GuidHelper.Equals(Guid, Guid) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si un guid est identique à un autre guid.
public:
static bool Equals(Platform::Guid target, Platform::Guid value);
static bool Equals(winrt::guid const& target, winrt::guid const& value);
public static bool Equals(ref Guid target, ref Guid value);
function equals(target, value)
Public Shared Function Equals (target As Guid, value As Guid) As Boolean
Paramètres
- target
-
Guid
Platform::Guid
winrt::guid
Guid sur lequel tester.
- value
-
Guid
Platform::Guid
winrt::guid
Guid à tester.
Retours
Boolean
bool