asp.net.ph

Enum.Equals Method

System Namespace   Enum 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 with this instance, or a null reference ( Nothing in Visual Basic ).

Return Value

true if obj is an Enum with the same underlying type and value as this instance; otherwise, false.

See Also

Enum Members   CompareTo 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