export interface Equatable<T>
Represents a structure that can be checked against another given structure for equality
Type Parameters
T
The type of object to compare the current object to
export interface Equatable<T>
Represents a structure that can be checked against another given structure for equality