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


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

    Parameters

    other
    See Also