'Declaration
Public Overloads Function Equals( _
ByVal 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
- このオブジェクトと比較するFontオブジェクト。
戻り値の型
現在のオブジェクトがotherパラメーターと等しい場合はtrue
、それ以外の場合はfalse
。