Table of Contents

Enum ComparisonType

Namespace
NationalInstruments.SemiconductorTestLibrary.DataAbstraction
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

Defines types of comparison results.

public enum ComparisonType

Fields

EqualTo = 0

The comparison result is equal.

GreaterThan = 4

The comparison result is greater than.

GreaterThanOrEqualTo = 5

The comparison result is greater than or equal to.

LessThan = 2

The comparison result is less than.

LessThanOrEqualTo = 3

The comparison result is less than or equal to.

NotEqualTo = 1

The comparison result is not equal.