Tobii Pro SDK .NET 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 .
 
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.
 

Detailed Description

Represents a failed license.

Member Function Documentation

◆ Equals() [1/2]

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.

◆ Equals() [2/2]

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.

◆ GetHashCode()

override int Tobii.Research.FailedLicense.GetHashCode ( )
inline

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

Returns
A hash code.

◆ operator!=()

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.

◆ operator==()

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.