GridLength.Inequality(GridLength, GridLength) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether two GridLength instances are not equal.
public:
static bool operator !=(Microsoft::Maui::GridLength left, Microsoft::Maui::GridLength right);
public static bool operator !=(Microsoft.Maui.GridLength left, Microsoft.Maui.GridLength right);
static member op_Inequality : Microsoft.Maui.GridLength * Microsoft.Maui.GridLength -> bool
Public Shared Operator != (left As GridLength, right As GridLength) As Boolean
Parameters
- left
- GridLength
The first GridLength to compare.
- right
- GridLength
The second GridLength to compare.
Returns
true
if the two GridLengths differ; otherwise, false
.