GuidHelper.Equals(Guid, Guid) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷某個 guid 是否與另一個 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
參數
- target
-
Guid
Platform::Guid
winrt::guid
要測試的 guid。
- value
-
Guid
Platform::Guid
winrt::guid
要測試的 guid。
傳回
Boolean
bool