Operator operator !=
- Namespace
- ComfileTech.jControls
- Assembly
- ComfileTech.jControls.dll
operator !=(CornerRadii, CornerRadii)
Compares 2 instances to see if they are not equal.
public static bool operator !=(CornerRadii left, CornerRadii right)Parameters
- leftCornerRadii
- One instance. 
- rightCornerRadii
- The other instance. 
Returns
- bool
- True if they are not equal, false if they are.