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

ChangeType.IsIdentical

Method
Description:
Compares if two ChangeTypes are identical
Syntax
public bool IsIdentical(
	ChangeType changeType
)
Parameters
Parameter Type Description
changeType ChangeType Input ChangeType to be compared
Return Value
Type Description
Boolean True if the this ChangeType and input ChangeType are identical
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null