'宣言 Public Overrides Function Equals( _ ByVal obj As System.Object _ ) As System.Boolean
'使用法 Dim instance As C1HyperlinkTextAttrs 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 with the current object.
戻り値の型
true if the specified Object is equal to the current object; otherwise, false.