SchemaAttribute.Equals Method
Determines whether the specified Object is equal to the current Object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As SchemaAttribute
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
public override bool Equals (
Object obj
)
public:
virtual bool Equals (
Object^ obj
) override
public boolean Equals (
Object obj
)
public override function Equals (
obj : Object
) : boolean
Parameters
- obj
The object to compare with the current object.
Return Value
Returns Boolean.
Remarks
Returns true if the specified Object is equal to the current Object otherwise it returns false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
SchemaAttribute Class
SchemaAttribute Members
Microsoft.MetadirectoryServices Namespace