|
Tobii Pro SDK Unity API
|
Represents a failed license. More...
Public Member Functions | |
| bool | Equals (FailedLicense other) |
| Checks if this failed license is equal to another FailedLicense . More... | |
| override bool | Equals (object obj) |
| Checks if this failed license is equal to another FailedLicense . More... | |
| override int | GetHashCode () |
| Returns a hash code for this object. This is used internally in collections. More... | |
Static Public Member Functions | |
| static bool | operator== (FailedLicense obj1, FailedLicense obj2) |
| Checks if two FailedLicense objects are equal. More... | |
| static bool | operator!= (FailedLicense obj1, FailedLicense obj2) |
| Checks if two FailedLicense objects are not equal. More... | |
Properties | |
| LicenseKey | LicenseKey [get] |
| Gets the license key. More... | |
| LicenseValidationResult | ValidationResult [get] |
| Gets the result of the license validation. More... | |
Represents a failed license.
|
inline |
Checks if this failed license is equal to another FailedLicense .
| other | Other failed license to check. |
|
inline |
Checks if this failed license is equal to another FailedLicense .
| obj | Other failed license to check. |
|
inline |
Returns a hash code for this object. This is used internally in collections.
|
inlinestatic |
Checks if two FailedLicense objects are not equal.
| obj1 | First failed license. |
| obj2 | Second failed license key |
|
inlinestatic |
Checks if two FailedLicense objects are equal.
| obj1 | First failed license. |
| obj2 | Second failed license key |
|
get |
Gets the license key.
|
get |
Gets the result of the license validation.