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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph