C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / Line Class / Compare Method
The Line object to compare with.

In This Topic
Compare Method (Line)
In This Topic
Compares this Line object with another Line object returns true if objects represent same border.
Syntax
'Declaration
 
Public Overrides Function Compare( _
   ByVal v As VisualPrimitive _
) As Boolean
 

Parameters

v
The Line object to compare with.

Return Value

Returns true if two Line objects represent same line.
See Also