PanelScheduleTemplate.HasSameType
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.)
public bool HasSameType(
PanelScheduleTemplate otherTemplate
)
-
otherTemplateThe given template to check.
Return Value
Boolean
True if the given template has the same panel schedule type with this template, false otherwise.
-
A non-optional argument was null