Grasshopper API
GH_PathIsCoincident Method (GH_Path) |
Test to see if this path is coincident with another path.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)

public bool IsCoincident( GH_Path other )
Public Function IsCoincident ( other As GH_Path ) As Boolean
Parameters
- other
- Type: Grasshopper.Kernel.DataGH_Path
Path to compare to.
Return Value
Type: BooleanTrue if both paths are coincident (identical), false if not.
