IComparable.equals¶
Description¶
Returns true if two values of the conforming type are equal.
Signature¶
bool IComparable.equals(IComparable.This other);
Returns true if two values of the conforming type are equal.
bool IComparable.equals(IComparable.This other);