Inequality Operator
Inequality(Rect, Rect)
Tests whether two Rect objects differ in location or size.
Declaration
public static bool operator !=(Rect left, Rect right)
Parameters
| Type | Name | Description | 
|---|---|---|
| Rect | left | |
| Rect | right | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |