| |||||
Boolean.Equals MethodSystem 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
Return Valuetrue if obj is a Boolean and has the same value as this instance; otherwise, false. RemarksThis method overrides Equals. See AlsoBoolean Members CompareTo Object |
| ||||
Check out related books at Amazon
© 2000-2008 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 aspxtreme