Table of Contents

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 Path

Path as defined on the data entity.

dataPath Path

Path as present in the incoming data.

Returns

bool

Boolean indicating if the entity path and data path have common path elements.