Method HasCommonPathElements
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Utils
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll
HasCommonPathElements(Path, Path)
Validates if the entity path and the data path have common path elements.
public static bool HasCommonPathElements(Path entityPath, Path dataPath)
Parameters
entityPathPathPath as defined on the data entity.
dataPathPathPath as present in the incoming data.
Returns
- bool
Boolean indicating if the entity path and data path have common path elements.