[]
        
(Showing Draft Content)

C1.WPF.Document.Line.Compare

Compare Method

Compare(VisualPrimitive)

Compares this Line object with another Line object returns true if objects represent same border.

Declaration
public override bool Compare(VisualPrimitive v)
Parameters
Type Name Description
VisualPrimitive v

The Line object to compare with.

Returns
Type Description
bool

Returns true if two Line objects represent same line.

Overrides