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
AreaIsEqualBOOLInput
pLeftData__XWORDAddress of the left side of the compare
pRightData__XWORDAddress of the right side of the compare