LanguageName.Equals method (1 of 2)

Indicates whether this instance is equal to another object of the same type.

public bool Equals(LanguageName other)
parameter description
other An object to compare with this object.

Return Value

true if this instance is equal to other; otherwise, false.

See Also


LanguageName.Equals method (2 of 2)

Indicates whether this instance is equal to another object.

public override bool Equals(object obj)
parameter description
obj An object to compare with this object.

Return Value

true if obj and this instance are the same type and represent the same value; otherwise, false.

See Also