GuidHelper.Equals(Guid, Guid) Method

Definition

Determines whether one guid is the same as another 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

Parameters

target
Guid

Platform::Guid

winrt::guid

The guid to test against.

value
Guid

Platform::Guid

winrt::guid

The guid to test.

Returns

Boolean

bool

Applies to