DisplayInfo.Equality(DisplayInfo, DisplayInfo) 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.
Equality operator for equals.
public:
static bool operator ==(Microsoft::Maui::Devices::DisplayInfo left, Microsoft::Maui::Devices::DisplayInfo right);
public static bool operator ==(Microsoft.Maui.Devices.DisplayInfo left, Microsoft.Maui.Devices.DisplayInfo right);
static member ( = ) : Microsoft.Maui.Devices.DisplayInfo * Microsoft.Maui.Devices.DisplayInfo -> bool
Public Shared Operator == (left As DisplayInfo, right As DisplayInfo) As Boolean
Parameters
- left
- DisplayInfo
Left to compare.
- right
- DisplayInfo
Right to compare.
Returns
true if objects are equal, otherwise false.