PageElementInfoIsHigherPriorityThan Method |
Determine if this page element is of higher priority than the specified page element
(which may be null). At this time there is no Priority value on a page element, but we NOW consider a
tenant-specific element to be higher priority than a non-tenant-specific element.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool IsHigherPriorityThan(
PageElementInfo pei
)
Public Function IsHigherPriorityThan (
pei As PageElementInfo
) As Boolean
Parameters
- pei
- Type: NetQuarryPageElementInfo
The page element against which to compare.
Return Value
Type:
BooleanTrue if this element is higher priority than the specified element or if the specified element is null.
See Also