the language of the alias
the value of the alias
create a unique id for the Alias
the id
this function checks if two Aliases are equal
the other Label
true if the Aliases are equal
const alias1 = new Alias({ language: 'en', value: 'foo' });
const alias2 = new Alias({ language: 'en', value: 'bar' });
alias1.equals(alias2); // false
Static
fromGenerated using TypeDoc
class for aliases