EquatableSummaryRepresents a structure that can be checked against another given structure for equalityexport interface Equatable<T> export interface Equatable<T> Type ParametersNameConstraintsOptionalDefaultDescriptionTNoThe type of object to compare the current object toPropertiesequals:(other: T) => booleanWhether or not this is equal to another structure