GrapeCity SPREAD for Windows Forms 12.0J
Equals(Font) メソッド


このオブジェクトと比較するFontオブジェクト。
現在のFontオブジェクトが別のFontオブジェクトと等しいかどうかを示します。
構文
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As Font _
) As Boolean
'使用法
 
Dim instance As Font
Dim other As Font
Dim value As Boolean
 
value = instance.Equals(other)
public bool Equals( 
   Font other
)

パラメータ

other
このオブジェクトと比較するFontオブジェクト。

戻り値の型

現在のオブジェクトがotherパラメーターと等しい場合はtrue、それ以外の場合はfalse
参照

Font 構造体
Font メンバ
オーバーロード一覧

 

 


Copyright © 2004 GrapeCity inc.