
| Unit Operators and Type Conversions | 
The Unit type exposes the following members.
 Operators
Operators
        | Name | Description | |
|---|---|---|
|     | Equality | 
            Compares two Unit objects to determine whether they are equal.
             | 
|     | (Single to Unit) | 
            Implicitly creates a Unit of type Pixel from the specified float.
             | 
|     | Inequality | 
            Compares two Unit objects to determine whether they are not equal.
             | 
 See Also
See Also