RVTDocs.com

CompoundStructure.IsEqual

Method
Description:
Checks whether this CompoundStructure is the same as another CompoundStructure.
Syntax
public bool IsEqual(
	CompoundStructure otherStructure
)
Parameters
Parameter Type Description
otherStructure CompoundStructure A CompoundStructure.
Return Value
Type Description
Boolean True if the two CompoundStructures are the same, and false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null