Brush.Operator == Method
Determines whether two specified Brush objects have the same value.
Thread safety: This property is not thread-safe.
operator ==(Brush x, Brush y)
Determines whether two specified Brush objects have the same value.Syntax
public static System.Boolean operator == (
Brush x,
Brush y
)
Parameters
x
Type: Brush
The first object.
The first object.
y
Type: Brush
The second object.
The second object.
Return Value
Type: System.Boolean
True if x and y have the same value; otherwise, False.
True if x and y have the same value; otherwise, False.
Platforms
Windows, Linux, Android