Equatable

export interface Equatable<Value>
export interface Equatable<Value>
Represents a structure that can be checked against another given structure for equality
NameConstraintsOptionalDefaultDescription
ValueNoThe type of object to compare the current object to
equals(other):boolean
Whether or not this is equal to another structure
NameTypeOptionalDescription
otherValueNoNone