Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tests for equality between two BrowserLevel objects.
Syntax
Visual Basic Overrides Public Function
Equals( ByVal oObject As object ) As boolC# public override bool
Equals(object oObject );Managed C++ public: bool
Equals(object oObject );JScript public override function
Equals(oObject : object );
Parameters
oObject Required. The object to compare this object to.
Return Value
Returns one of the following possible values.
false Default. BrowserLevel objects are not equal. trueBrowserLevel objects are equal.
Applies To
BrowserLevel
See Also