Stores calibration data.  
 More...
 | 
| byte[]  | Data [get, set] | 
|   | Gets or sets the calibration data.  More...
  | 
|   | 
  
  
      
        
          | Tobii.Research.CalibrationData.CalibrationData  | 
          ( | 
          byte[]  | 
          data | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Initializes a new instance of the CalibrationData class 
- Parameters
 - 
  
    | data | The calibration data. | 
  
   
 
 
Checks if this object is equal to another CalibrationData . 
- Parameters
 - 
  
    | other | Other object to check. | 
  
   
- Returns
 - True if other equals this.
 
 
 
  
  
      
        
          | override bool Tobii.Research.CalibrationData.Equals  | 
          ( | 
          object  | 
          obj | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Checks if this point is equal to another EyeData . 
- Parameters
 - 
  
    | obj | Other object to check. | 
  
   
- Returns
 - True if obj equals this.
 
 
 
  
  
      
        
          | override int Tobii.Research.CalibrationData.GetHashCode  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Returns a hash code for this object. This is used internally in collections. 
- Returns
 - A hash code.
 
 
 
Checks if two CalibrationData objects are not equal. 
- Parameters
 - 
  
    | obj1 | First object. | 
    | obj2 | Second object. | 
  
   
- Returns
 - True if the objects are not equal.
 
 
 
Checks if two CalibrationData objects are equal. 
- Parameters
 - 
  
    | obj1 | First object. | 
    | obj2 | Second object. | 
  
   
- Returns
 - True if the objects are equal.
 
 
 
  
  
      
        
          | byte [] Tobii.Research.CalibrationData.Data | 
         
       
   | 
  
getset   | 
  
 
Gets or sets the calibration data.