Determines whether the specified object is the same culture as the current System.Globalization.CultureInfo.
- value
- The object to compare with the current System.Globalization.CultureInfo.
true if value is the same culture as the current System.Globalization.CultureInfo; otherwise, false.
This method overrides object.Equals(object).
Two System.Globalization.CultureInfo objects are considered equal if their CultureInfo.Name and CultureInfo.CompareInfo properties are equal.