Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp core library.guid.equals

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-core-library > Guid > equals

Guid.equals() method

Compare this instance to another Guid instance

Signature:

equals(guid: Guid): boolean;

Parameters

Parameter Type Description
guid Guid

Returns:

boolean

True if this instance and the specified Guid object represent the same value.

Clone this wiki locally