LocalizedString.Equals method
The Equals method overloads compare the value of this LocalizedString object with other LocalizedString objects.
Overload list
Name | Description | |
---|---|---|
Equals(Object) | The Equals method compares this LocalizedString object to another. (Overrides ValueType.Equals(Object).) | |
Equals(LocalizedString) | The Equals method compares this LocalizedString object with another. |
Top