Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IComparable<T>

Interface for an object that can be compared with another of the same type

Type parameters

  • T

Hierarchy

  • IComparable

Index

Methods

Methods

equals

  • equals(object: T): boolean
  • Method to determine that two objects are equal

    Parameters

    • object: T

      Object to compare with this one

    Returns boolean

    boolean

Generated using TypeDoc