System Namespace Boolean Class
Returns a value indicating whether this instance is equal to a specified object.
[ VB ]
<Serializable>
Overrides Public Function Equals ( _
ByVal obj As Object _
) As Boolean
[ C# ]
[Serializable]
public override bool Equals (
object obj
);
[ C++ ]
[Serializable]
public: bool Equals (
Object* obj
);
[JScript ]
public Serializable
override function Equals (
obj : Object
) : Boolean;
- obj
- An object to compare to this instance.
true if obj is a Boolean and has the same value as this instance; otherwise, false.
This method overrides Equals.
Boolean Members CompareTo Object