GH_Path.Equality Operator

GH_PathEquality Operator

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static bool operator ==(
	GH_Path A,
	GH_Path B
)
Public Shared Operator = ( 
	A As GH_Path,
	B As GH_Path
) As Boolean

Parameters

A
Type: Grasshopper.Kernel.DataGH_Path
B
Type: Grasshopper.Kernel.DataGH_Path

Return Value

Type: Boolean
See Also