asp.net.ph

CultureInfo.Equals Method

System.Globalization Namespace   CultureInfo Class


Determines whether the specified object is the same culture as the current CultureInfo.

[ VB ]
Overrides Public Function Equals ( _
   ByVal value As Object _
) As Boolean

[ C# ]
public override bool Equals ( 
   object value
);

[ C++ ]
public: bool Equals ( 
   Object* value
);

[ JScript ]
override function Equals ( 
   value : Object
) : Boolean;

Parameters

value
The object to compare with the current CultureInfo.

Return Value

true if value is the same culture as the current CultureInfo; otherwise, false.

Remarks

This method overrides Object.Equals.

See Also

CultureInfo Members   Object.Equals Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note