<Code Lib>
2025.3 Method
Changes 0
M

CompoundStructure.IsEqual

Description:
Checks whether this CompoundStructure is the same as another CompoundStructure.

public bool IsEqual(
	CompoundStructure otherStructure
)

Return Value Boolean True if the two CompoundStructures are the same, and false otherwise.

Loading…