TreePathIdEquality Operator

[Missing <summary> documentation for "M:Quine.Schemas.Graph.TreePathId.op_Equality(Quine.Schemas.Graph.TreePathId,Quine.Schemas.Graph.TreePathId)"]

Definition

Namespace: Quine.Schemas.Graph
Assembly: Quine.Schemas.Graph (in Quine.Schemas.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public static bool operator ==(
	TreePathId left,
	TreePathId right
)

Parameters

left  TreePathId

[Missing <param name="left"/> documentation for "M:Quine.Schemas.Graph.TreePathId.op_Equality(Quine.Schemas.Graph.TreePathId,Quine.Schemas.Graph.TreePathId)"]

right  TreePathId

[Missing <param name="right"/> documentation for "M:Quine.Schemas.Graph.TreePathId.op_Equality(Quine.Schemas.Graph.TreePathId,Quine.Schemas.Graph.TreePathId)"]

Return Value

Boolean

See Also