'宣言 Public Overloads Overrides Function Equals( _ ByVal obj As System.Object _ ) As System.Boolean
'使用法 Dim instance As Thickness Dim obj As System.Object Dim value As System.Boolean value = instance.Equals(obj)
public override System.bool Equals( System.object obj )
パラメータ
- obj
- The object to compare.
戻り値の型
true if the two objects are equal; otherwise, false.