interface Equatable

export interface Equatable<T>

Constructors

constructor()

Type Parameters

T

equals : (other: T) => boolean

Whether or not this is equal to another structure