the language of the description
the value of the description
create a unique id for the Label
the id
this function checks if two Labels are equal
the other Label
true if the Labels are equal
const label1 = new Label({ language: 'en', value: 'foo' });
const label2 = new Label({ language: 'en', value: 'bar' });
label1.equals(label2); // false
Static
fromGenerated using TypeDoc
class for labels