Autodesk Vault ProfessionalVault API

Equals Method

Autodesk.Connectivity.Extensibility.FrameworkApiVersionAttribute

Returns a value that indicates whether this instance is equal to a specified object.

Syntax

public System.bool Equals(
   System.object obj
)
Public Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean

Parameters

NameDescription
objAn System.Object to compare with this instance or a null reference (Nothing in Visual Basic).

Return Value

true if obj and this instance are of the same type and have identical field values; otherwise, false .

See Also