|
Tobii Pro SDK .NET API
|
Represents the eye tracker license key. More...
Public Member Functions | |
| LicenseKey (byte[] key) | |
| Initializes a new instance of the LicenseKey class from a byte array which is the license. | |
| bool | Equals (LicenseKey other) |
| Checks if this license key is equal to another LicenseKey . | |
| override bool | Equals (object obj) |
| Checks if this license key is equal to another LicenseKey . | |
| override int | GetHashCode () |
| Returns a hash code for this object. This is used internally in collections. | |
Static Public Member Functions | |
| static bool | operator== (LicenseKey obj1, LicenseKey obj2) |
| Checks if two LicenseKey objects are equal. | |
| static bool | operator!= (LicenseKey obj1, LicenseKey obj2) |
| Checks if two LicenseKey objects are not equal. | |
Properties | |
| byte[] | Key [get] |
| Gets the actual license key. | |
Represents the eye tracker license key.
|
inline |
Initializes a new instance of the LicenseKey class from a byte array which is the license.
| key | The byte array that is the actual license key. |
|
inline |
Checks if this license key is equal to another LicenseKey .
| other | Other license key to check. |
|
inline |
Checks if this license key is equal to another LicenseKey .
| obj | Other license key to check. |
|
inline |
Returns a hash code for this object. This is used internally in collections.
|
inlinestatic |
Checks if two LicenseKey objects are not equal.
| obj1 | First license key. |
| obj2 | Second license key |
|
inlinestatic |
Checks if two LicenseKey objects are equal.
| obj1 | First license key. |
| obj2 | Second license key |