ISharedAreaUtilities.AreaIsEqual (METH)ΒΆ
METHOD AreaIsEqual : BOOL
Specialized implementation of the default:
diResult := SysMemCmp(pLeftData, pRightData, udiCount:=udiDataSize);
AreaIsEqual := (diResult = 0);
- InOut:
- Scope - Name - Type - Comment - Return - AreaIsEqual- BOOL- Input - pLeftData- __XWORD- Address of the left side of the compare - pRightData- __XWORD- Address of the right side of the compare