SizeRequest.Equality(SizeRequest, SizeRequest) 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 SizeRequest instances are equal.
public:
static bool operator ==(Microsoft::Maui::SizeRequest left, Microsoft::Maui::SizeRequest right);
public static bool operator ==(Microsoft.Maui.SizeRequest left, Microsoft.Maui.SizeRequest right);
static member ( = ) : Microsoft.Maui.SizeRequest * Microsoft.Maui.SizeRequest -> bool
Public Shared Operator == (left As SizeRequest, right As SizeRequest) As Boolean
Parameters
- left
- SizeRequest
The first SizeRequest to compare.
- right
- SizeRequest
The second SizeRequest to compare.
Returns
true
if both are equal; otherwise false
.