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

public bool IsCoincident( params int[] index_list )
Public Function IsCoincident ( ParamArray index_list As Integer() ) As Boolean
Parameters
- index_list
- Type: SystemInt32
Integers to compare to.
Return Value
Type: BooleanTrue if both paths are coincident (identical), false if not.
