Documentation / IEquatable
IEquatable
Interfaces
IEquatable
Defines something that is equatable to something.
Export
IEquatable
Methods
equals()
equals(
other
):boolean
Check whether this is equal to other.
Parameters
other
object
Returns
boolean