[]
        
(Showing Draft Content)

C1.Document.Border.Compare

Compare Method

Compare(VisualPrimitive)

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

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

The Border object to compare with.

Returns
Type Description
bool

Returns true if two border objects represent same border.

Overrides