EqualityOperators<T>: {
    eq: T;
    ne: T;
}

Type Parameters

  • T

Type declaration

  • eq: T
  • ne: T