RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ParameterValue

ParameterValue.IsEqual

Method
Description:
Tests equality with another instance of the same class.
Remarks:
The result is always False if the two comparands are of a different value types.
Syntax
public bool IsEqual(
	ParameterValue other
)
Parameters
Parameter Type Description
other ParameterValue The instance to compare with
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null