Click or drag to resize
CultureInfoEquals Method
Determines whether the specified object is the same culture as the current CultureInfo.

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override bool Equals(
	Object value
)

Parameters

value
Type: SystemObject
The object to compare with the current CultureInfo.

Return Value

Type: Boolean
true if value is the same culture as the current CultureInfo; otherwise, false.
See Also