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