Size.Inequality
Operator in Size
Declaration
public static bool operator !=(Size lhs, Size rhs)
Description
Determines if two sizes are not equal.
Parameters
lhs | The first size to compare. |
rhs | The second size to compare. |
Returns
bool | True if the sizes are not equal, false otherwise. |