Skip to content

Equals

Equals

Compares the current object with the specified value.

bool Equals(
   T  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.

Last updated on