--- layout: stdlib-reference --- # IComparable\.equals ## Description Returns true if two values of the conforming type are equal. ## Signature
bool IComparable.equals(IComparable.This other);

## Parameters #### other : [IComparable](index.html)\.This