Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3504-standardlibrary-expertclasses-expertbaseclasses-cexpertbase-cexpertbasecomparemagic.md
T
2026-06-23 21:47:51 +08:00

308 B

CompareMagic

Compares the Expert Advisor ID (magic) with the specified value.

virtual bool  CompareMagic(
   ulong  magic    // identifier
   )

Parameters

magic

[in]  Identifier value to compare.

Return Value

true - identifier matches the specified one, otherwise - false.