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
entityPath
PathPath as defined on the data entity.
dataPath
PathPath as present in the incoming data.
Returns
- bool
Boolean indicating if the entity path and data path have common path elements.