interface IFileTag {
    key: string;
    equals(other: undefined | null | IFileTag): boolean;
}

Implemented by

Properties

Methods

Properties

key: string

Ключ, уникально идентифицирующий тег. При сравнении ключей обычно не учитывается регистр символов.

Methods

  • Сравнивает два объекта.

    Parameters

    • other: undefined | null | IFileTag

      Другой объект сравнения.

    Returns boolean

    true если объекты равны; false в противном случае.

MMNEPVFCICPMFPCPTTAAATR