| InteractionRequirementComparisonType Enumeration |
Type of comparison
Namespace:
ImmerseSDK.Interaction
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax public enum ComparisonType
Members
| Member name | Value | Description |
---|
| Equals | 0 |
values are the same
|
| Smaller | 1 |
First value is smaller than second
|
| SmallerOrEqual | 2 |
First value is smaller than or equal to the second
|
| GreaterOrEqual | 3 |
First value is greater than or equal to the second
|
| Greater | 4 |
First value is greater than second
|
| NotEqual | 5 |
Values are not equal
|
See Also