GuidHelper.Equals(Guid, Guid) Method
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.
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