interface Equatable

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

equals(
other: Value
) : boolean

Whether or not this is equal to another structure