Autodesk Vault ProfessionalVault API

Equals Method

Autodesk.Connectivity.Extensibility.FrameworkApiVersionAttribute

Syntax

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

Parameters

NameDescription
obj

Return Value

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

See Also