Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / SchemeGradientStop Structure / Equals Method / Equals(SchemeGradientStop) Method
An SchemeGradientStop value to compare with this value.


In This Topic
    Equals(SchemeGradientStop) Method
    In This Topic
    Indicates whether the current value is equal to another value of the same type.
    Syntax
    'Declaration
     
    
    Public Overloads Function Equals( _
       ByVal other As SchemeGradientStop _
    ) As Boolean
    'Usage
     
    
    Dim instance As SchemeGradientStop
    Dim other As SchemeGradientStop
    Dim value As Boolean
     
    value = instance.Equals(other)
    public bool Equals( 
       SchemeGradientStop other
    )

    Parameters

    other
    An SchemeGradientStop value to compare with this value.

    Return Value

    true if the current value is equal to the other parameter; otherwise, false.
    See Also