SP.Guid.equals(uuid) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Indicates whether this GUID instance and a specified GUID object represent the same value.
var value = SP.Guid.equals(uuid);
Parameters
uuid
Type: SP.Guid
The GUID to compare to this instance.
Return Value
Type: Boolean
true if this GUID instance is equal to the specified GUID; otherwise, false.
Remarks
This method returns a value that indicates whether this GUID instance and a GUID specified by the uuid parameter represent the same value. This method returns false if the uuid parameter is null .