LocalizedString.Equals Method
Include Protected Members
Include Inherited Members
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