







Indicates whether this instance and a specified object are equal.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public override bool Equals( Object obj ) |
Visual Basic |
---|
Public Overrides Function Equals ( obj As Object ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( Object^ obj ) override |
F# |
---|
abstract Equals : obj : Object -> bool override Equals : obj : Object -> bool |
Parameters
- obj
- Type: System..::..Object
The object to compare the current instance to.
Return Value
Type: Booleantrue if the objects are equal, otherwise false.