EPATHLogicalPathMatches Method (EPATHLogicalPath, Int32, Int32) |
Matches two paths, ignoring any segments in either path before the current 'index', and
only matching at most 'maxCompare' segments.
Namespace:
Demo3D.PLC.Comms.CIP
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic bool Matches(
EPATHLogicalPath other,
out int matchCount,
int maxCompare = -1
)
Parameters
- other
- Type: Demo3D.PLC.Comms.CIPEPATHLogicalPath
Other path to compare. - matchCount
- Type: SystemInt32
Number of segments matched. - maxCompare (Optional)
- Type: SystemInt32
Maximum number of segments to compare (or -1 to compare them all).
Return Value
Type:
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