Determines whether the specified Brush is equal to the current Brush.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public abstract bool Equals ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function Equals( _ |
The Brush to compare with the current Brush.
true if the specified Brush is equal to the current Brush; otherwise, false.
See Also