Equals

Compares the current object with the specified value.

bool Equals(
    value     // the value to compare
   );

Parameters

value

[in]  The value to compare the current object with.

Return Value

Returns true if the objects are equal, or false otherwise.