EPATHLogicalPathMatches(EPATHLogicalPath, Int32, Int32) Method |
Matches 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,
out int matchCount,
int maxCompare = -1
)
Parameters
- other EPATHLogicalPath
- Other path to compare.
- matchCount Int32
- Number of segments matched.
- maxCompare Int32 (Optional)
- Maximum number of segments to compare (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@,System.Int32)"]
See Also