EPATHLogicalPathMatches(EPATHLogicalPath, Int32) Method |
Match two paths, ignoring any segments in either path before the current 'index', and
only matching at most 'maxCompare' segments.
Namespace: Demo3D.PLC.Comms.CIPAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic bool Matches(
EPATHLogicalPath other,
int maxCompare = -1
)
Parameters
- other EPATHLogicalPath
- Other path to compare.
- maxCompare Int32 (Optional)
- Maximum number of segments to match (or -1 to compare them all).
Return Value
Boolean[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.EPATH.LogicalPath.Matches(Demo3D.PLC.Comms.CIP.EPATH.LogicalPath,System.Int32)"]
See Also