Interface Equal<T>

Trait with the equals method.

interface Equal {
    equals(rhs): boolean;
}

Type Parameters

  • T = unknown

Hierarchy

Methods

Methods

Generated using TypeDoc