CompoundStructure.IsEqual
Method
Description:
Checks whether this CompoundStructure is the same as another CompoundStructure.
Checks whether this CompoundStructure is the same as another CompoundStructure.
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 |