'宣言 Public Overloads Overrides Function Equals( _ ByVal value As System.Object _ ) As System.Boolean
public override System.bool Equals( System.object value )
パラメータ
- value
- The System.Objectto compare with this instance.
戻り値の型
true
if the specified System.Objectis equal to this instance; otherwise, false
.