PanelScheduleTemplate.HasSameType
Method
Description:
Checks if given template has the same panel schedule type with this template.
Checks if given template has the same panel schedule type with this template.
Remarks:
The panel schedule type is the enum type of PanelScheduleType class (Branch, switchboard, data etc.)
The panel schedule type is the enum type of PanelScheduleType class (Branch, switchboard, data etc.)
Parameters
| Parameter | Type | Description |
|---|---|---|
| otherTemplate | PanelScheduleTemplate | The given template to check. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the given template has the same panel schedule type with this template, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |