Interface Equatable<Value>

Represents a structure that can be checked against another given structure for equality

Type Parameters

  • Value

    The type of object to compare the current object to

Hierarchy

  • Equatable

Methods

Methods

  • Whether or not this is equal to another structure

    Parameters

    • other: Value

    Returns boolean

Generated using TypeDoc