Tobii Pro SDK Unity API
Tobii.Research.FailedLicense Class Reference

Represents a failed license. More...

Inheritance diagram for Tobii.Research.FailedLicense:

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...
 

Detailed Description

Represents a failed license.

Member Function Documentation

bool Tobii.Research.FailedLicense.Equals ( FailedLicense  other)
inline

Checks if this failed license is equal to another FailedLicense .

Parameters
otherOther failed license to check.
Returns
True if other equals this.
override bool Tobii.Research.FailedLicense.Equals ( object  obj)
inline

Checks if this failed license is equal to another FailedLicense .

Parameters
objOther failed license to check.
Returns
True if obj equals this.
override int Tobii.Research.FailedLicense.GetHashCode ( )
inline

Returns a hash code for this object. This is used internally in collections.

Returns
A hash code.
static bool Tobii.Research.FailedLicense.operator!= ( FailedLicense  obj1,
FailedLicense  obj2 
)
inlinestatic

Checks if two FailedLicense objects are not equal.

Parameters
obj1First failed license.
obj2Second failed license key
Returns
True if the failed licenses are not equal.
static bool Tobii.Research.FailedLicense.operator== ( FailedLicense  obj1,
FailedLicense  obj2 
)
inlinestatic

Checks if two FailedLicense objects are equal.

Parameters
obj1First failed license.
obj2Second failed license key
Returns
True if the failed licenses are equal.

Property Documentation

LicenseKey Tobii.Research.FailedLicense.LicenseKey
get

Gets the license key.

LicenseValidationResult Tobii.Research.FailedLicense.ValidationResult
get

Gets the result of the license validation.