Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Same<T>

Represents an object which can be compared for equality with another one.

Type parameters

  • T

    Type of the object.

Hierarchy

  • Same

Methods

Methods

equals

  • equals(other: T): boolean
  • Parameters

    • other: T

    Returns boolean