The following tables list the members exposed by LocalizableString.
Name | Description | |
---|---|---|
LocalizableString Constructor | Overloaded. |
Name | Description | |
---|---|---|
Clone | Overridden. Creates a copy of the current LocalizableString instance. | |
Equals | Determines whether the given LocalizableString instance and the specified System.Object instance have the same values. | |
EqualsByValue | Determines whether the current and the specified LocalizableString instances have the same values. | |
GetCultureValue | Overloaded. | |
GetHashCode | Gets hash code for the current localized string. | |
IsNullOrEmpty | Determines if the set localized string is empty or null . | |
Merge | Combines the specified localized strings. | |
ToString | Converts localized string value of the current instance to an equivalent System.String instance. |
Equality | Implements the “equal” operator (==) of the two localized strings. |
Implicit Type Conversion | Overloaded. |
Inequality | Implements the “not equal” operator (!=) of the two localized strings. |