EPATHLogicalPathMatches Method (EPATHLogicalPath, Int32) |
Match 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,
int maxCompare = -1
)
Parameters
- other
- Type: Demo3D.PLC.Comms.CIPEPATHLogicalPath
Other path to compare. - maxCompare (Optional)
- Type: SystemInt32
Maximum number of segments to match (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)"]
See Also