Search...

Equatable

Represents a structure that can be checked against another given structure for equality
export interface Equatable<T> 
export interface Equatable<T> 

equals

:

(other: T) => boolean

Whether or not this is equal to another structure