System.Beacon.IBeacon.IsEqualTo
Delphi
function IsEqualTo(const AGUID: TGUID; AMajor, AMinor: word): Boolean;
C++
virtual bool __fastcall IsEqualTo(const GUID &AGUID, System::Word AMajor, System::Word AMinor) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Beacon.pas System.Beacon.hpp |
System.Beacon | IBeacon |
Description
Checks if the properties of the current beacon are equal to AGUID, AMajor and AMinor.
The IsEqualTo method returns True if the properties of the current beacon are equal to AGUID, AMajor and AMinor. IsEqualTo returns False otherwise.