Indicates whether this instance and a specified object are equal.
'宣言
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
パラメータ
- obj
- The object to compare with the current instance.
戻り値の型
true if and this instance are the same type and represent the same value; otherwise, false.