Summary
Verifies if the given brush is the same as the otherBrush.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- Utils
Syntax
public static bool IsEqualTo(this Brush brush, Brush otherBrush)
Parameters
| Name | Type | Description |
|---|---|---|
| brush | Brush | Brush |
| otherBrush | Brush | Brush |
Return Value
| Type | Description |
|---|---|
| bool | true if yes, otherwise false |
