Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Border Class / Compare Method
The Border object to compare with.

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

    Parameters

    v
    The Border object to compare with.

    Return Value

    Returns true if two border objects represent same border.
    See Also