Click or drag to resize
UnityVersion Operators

The UnityVersion type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Gets a value indicating whether one UnityVersion is equal to another.
Public operatorStatic memberGreaterThan
Gets a value indicating whether one UnityVersion is newer than another.
Public operatorStatic memberGreaterThanOrEqual
Gets a value indicating whether one UnityVersion is newer than or equal to another.
Public operatorStatic memberInequality
Gets a value indicating whether one UnityVersion is unequal to another.
Public operatorStatic memberLessThan
Gets a value indicating whether one UnityVersion is older than another.
Public operatorStatic memberLessThanOrEqual
Gets a value indicating whether one UnityVersion is older than or equal to another.
Top
See Also