Compartilhar via


DevicePlatform.Equality(DevicePlatform, DevicePlatform) Operador

Definição

Operador de igualdade para equals.

public:
 static bool operator ==(Microsoft::Maui::Devices::DevicePlatform left, Microsoft::Maui::Devices::DevicePlatform right);
public static bool operator == (Microsoft.Maui.Devices.DevicePlatform left, Microsoft.Maui.Devices.DevicePlatform right);
static member ( = ) : Microsoft.Maui.Devices.DevicePlatform * Microsoft.Maui.Devices.DevicePlatform -> bool
Public Shared Operator == (left As DevicePlatform, right As DevicePlatform) As Boolean

Parâmetros

left
DevicePlatform

Esquerda para comparar.

right
DevicePlatform

Direito de comparar.

Retornos

true se os objetos forem iguais, caso contrário false, .

Aplica-se a