asp.net.ph

Boolean.Equals Method

System Namespace   Boolean Class


Returns a value indicating whether this instance is equal to a specified object.

[ VB ]
<Serializable>
Overrides Public Function Equals ( _
   ByVal obj As Object _
) As Boolean

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

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

[JScript ]
public Serializable
override function Equals (
   obj : Object
) : Boolean;

Parameters

obj
An object to compare to this instance.

Return Value

true if obj is a Boolean and has the same value as this instance; otherwise, false.

Remarks

This method overrides Equals.

See Also

Boolean Members   CompareTo   Object 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