Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Margins Class / Equals Method / Equals(Margins) Method
The other Margin object.


In This Topic
    Equals(Margins) Method
    In This Topic
    Determines whether these margin settings are equal to another Margin object's settings.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As Margins _
    ) As Boolean
    'Usage
     
    Dim instance As Margins
    Dim other As Margins
    Dim value As Boolean
     
    value = instance.Equals(other)
    public bool Equals( 
       Margins other
    )

    Parameters

    other
    The other Margin object.

    Return Value

    true if the Margin objects are equal.
    See Also