Equatable
Represents a structure that can be checked against another given structure for equality
export declare interface Equatable<T> export declare interface Equatable<T> equals(other)
:
boolean
Whether or not this is equal to another structure
| Name | Type | Optional | Description |
|---|---|---|---|
| other | T | No | None |