CultureInfo.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the specified object is the same culture as this CultureInfo object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Object
The object to compare with this CultureInfo object.
Return Value
Type: System.Booleantrue if value is the same culture as the current CultureInfo; otherwise, false.
This method overrides Object.Equals.
Two CultureInfo objects are considered equal if their Name and CompareInfo properties are equal.
Show: