Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IComparable

Hierarchy

  • IComparable

Implemented by

Index

Properties

Properties

equals

equals: function

Type declaration

    • (rhs: any): boolean
    • Parameters

      • rhs: any

      Returns boolean

geq

geq: function

Type declaration

    • (rhs: any): boolean
    • Parameters

      • rhs: any

      Returns boolean

gt

gt: function

Type declaration

    • (rhs: any): boolean
    • Parameters

      • rhs: any

      Returns boolean

leq

leq: function

Type declaration

    • (rhs: any): boolean
    • Parameters

      • rhs: any

      Returns boolean

lt

lt: function

Type declaration

    • (rhs: any): boolean
    • Parameters

      • rhs: any

      Returns boolean

Generated using TypeDoc