Autodesk Vault ProfessionalVault API

Equals(Object,Boolean) Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyConstraint

Determines whether two PropertyConstraints is the same.

Syntax

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

Parameters

NameDescription
objThe object that we are comparing
includeValueIf true, then this returns true if the two constraints are the same instance as well as have the same ConstraintValue. If the includeValue parameter is set to false, then it functions just the same as the 'Equals(object obj)' method.

See Also