Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Brush Class / Equals Method / Equals(Brush) Method


In This Topic
    Equals(Brush) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads MustOverride Function Equals( _
       ByVal other As Brush _
    ) As Boolean
    'Usage
     
    
    Dim instance As Brush
    Dim other As Brush
    Dim value As Boolean
     
    value = instance.Equals(other)
    public abstract bool Equals( 
       Brush other
    )

    Parameters

    other
    See Also