'Declaration Public Overrides Function Compare( _ ByVal v As VisualPrimitive _ ) As Boolean
public override bool Compare( VisualPrimitive v )
Parameters
- v
- The Line object to compare with.
Return Value
Returns true if two Line objects represent same line.