Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Equatable

Interface for defining a type-specific method for determining equality

Hierarchy

  • Equatable

Index

Methods

Methods

equals

  • equals(other: unknown): boolean
  • Check if this object is equal to another unknown value

    Parameters

    • other: unknown

      Another value to compare to

    Returns boolean

    True if equal, false if not equal

Generated using TypeDoc