Search...

Equatable

export interface Equatable<T>
export interface Equatable<T>

No summary provided.

NameConstraintsOptionalDefaultDescription
TNoNone

equals

:

(other: T) => boolean

Whether or not this is equal to another structure