Operator operator ==
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
operator ==(CornerRadii, CornerRadii)
Compares 2 instances to see if they are equal.
public static bool operator ==(CornerRadii left, CornerRadii right)
Parameters
left
CornerRadiiOne instance.
right
CornerRadiiThe other instance.
Returns
- bool
True if they are equal, false if not.