Determines whether the specified object is the same culture as the current
CultureInfo.
Namespace: System.GlobalizationAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override bool Equals(
Object value
)
Parameters
- value
- Type: SystemObject
The object to compare with the current CultureInfo.
Return Value
Type:
Booleantrue if
value is the same culture as the current
CultureInfo; otherwise, false.
See Also