![]() |
VOOZH | about |
public virtual bool Equals (object obj);Here, obj is the object which is to be compared with the current object. Return Value: This method return true if the specified object is equal to the current object otherwise it returns false. Below programs illustrate the use of above-discussed method: Example 1:
True
False True