Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ComparisonResultType

Comparison result types for the comparison report EQUALS: Indicates the input streams are equal NOT_EQUAL: Indicates the input streams are not equal ERROR: For all the cases where an error occurs while reading or writing input streams

Index

Enumeration members

Enumeration members

EQUAL

EQUAL: = "EQUAL"

ERROR

ERROR: = "ERROR"

NOT_EQUAL

NOT_EQUAL: = "NOT_EQUAL"