Click or drag to resize

InteractionRequirementComparisonType Enumeration

Type of comparison

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public enum ComparisonType
Members
  Member nameValueDescription
Equals0 values are the same
Smaller1 First value is smaller than second
SmallerOrEqual2 First value is smaller than or equal to the second
GreaterOrEqual3 First value is greater than or equal to the second
Greater4 First value is greater than second
NotEqual5 Values are not equal
See Also