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
Public method Equals(Object) The Equals method compares this LocalizedString object to another. (Overrides ValueType.Equals(Object).)
Public method Equals(LocalizedString) The Equals method compares this LocalizedString object with another.

Top