TypeLib Xojo support Plugin

UInt8Range.Equal Method

Compares if two UInt8Range instances contain equal data.

Equal(
   r2 as UInt8Range) as Boolean

Parameters

r2
The range to compare to.

Returns

Boolean
True if the date of the two ranges are equal, else false.

Remarks

See Also

UInt8Range Class