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