Search
TextureBrush.Equals Method
See Also
 





Brush.Equals override.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public override bool Equals (
    Brush other
)

Visual Basic  Copy Code

Public Overrides Function Equals( _
    other As Brush _
) As Boolean

 Parameters

other

The Brush to compare with the current Brush.

 Return Value

true if the specified Brush is equal to the current Brush; otherwise, false.

 See Also