Autodesk Vault ProfessionalVault API

Equals Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyDefinition

Tests if obj is equal to this PropertyDefinition object.

Syntax

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

Parameters

NameDescription
objThe object to test for equality.

Return Value

True if obj is equal to this object.

Remarks

Two PropertyDefinitions are considered equal if they have the same SystemName.

See Also