Equal

The Equal function outputs the result of the equality operator performed on the inputs.

Input

Number of Connections: 1
InputData TypeDescription
Input1AllData
Input2AllSets the Data property. (optional)

Output

OutputData TypeDescription
Output1BooleanThe result of the equality operator performed on the inputs.

Property

NameProperty TypeDescription
DataAllSets the data to be compared against the first input stream's data.
CompareTypechoice

Specifies the data type that the data is to be cast to.



(Input1) - Cast the data to the same data type as Input1.
String - Cast the data to the String data type.
Integer - Cast the data to the Integer data type.
Decimal - Cast the data to the Decimal data type.
Double - Cast the data to the Double data type.
Boolean - Cast the data to the Boolean data type.
DateTime - Cast the data to the DateTime data type.
Binary - Cast the data to the Binary data type.