Equals Method
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. true
BrowserLevel objects are equal.
Applies To
BrowserLevel
See Also