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