Skip to main content

DataIsData

Type

operator

Summary

Determines whether Left and Right are equal or not.

Syntax

<Left> is <Right>

Description

Performs a byte by byte comparison of Left and Right, returning false if there is any difference.

Parameters

NameTypeDescription

Left

An expression which evaluates to binary data.

Right

An expression which evaluates to binary data.

Thank you for your feedback!

Was this page helpful?