WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was 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