public readonly struct CssOpacity : IEquatable<CssOpacity>| CssOpacity(Double) | Default constructor for double input. |
| CssOpacity(Int32) | Default constructor for integer input. |
| Equals(CssOpacity) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |
| Equality(CssOpacity, CssOpacity) | Checks if the two CssOpacity are equal. |
| (CssOpacity to Double) | Implicit conversion from CssOpacity to double |
| (CssOpacity to Int32) | Implicit conversion from CssOpacity to Int32 |
| (CssOpacity to String) | Implicit conversion from CssOpacity to String |
| (Double to CssOpacity) | Implicit conversion from double to CssOpacity |
| (Int32 to CssOpacity) | Implicit conversion from int to CssOpacity |
| Inequality(CssOpacity, CssOpacity) | Checks if the two CssOpacity are not equal. |