MemoryBlock.Operator Compare
From Xojo Documentation
Method
MemoryBlock.Operator_Compare(value as MemoryBlock) As Integer
Supported for all project types and targets.
Supported for all project types and targets.
Defines the following comparison operators for the MemoryBlock class: =, <, >, <=, >=, <>. It compares the passed MemoryBlock to the Self instance.
Notes
Operator_Compare returns an integer whose meaning is as follows: <0 means that Self is less than the passed parameter, 0 means that Self is equal to the passed parameter, and >0 means that Self is greater than the passed parameter.