ComponentOne FlexReport for UWP
Compare Method (Line)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > Line Class : Compare Method
The Line object to compare with.
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 System.Boolean
public override System.bool Compare( 
   VisualPrimitive v
)

Parameters

v
The Line object to compare with.

Return Value

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

Reference

Line Class
Line Members