The IKey contracts represents namespacable key.

interface IKey {
    equals(value: IKey): boolean;
    get(): string;
    toString(): string;
}

Hierarchy (View Summary)

Methods