Concept
Operator Overloading
Description
The function of operators (mathematical and otherwise) can be changed. This is called operator overloading.
Notes
You can add these methods on classes to override operator support:
Math
Boolean
Compatibility
All project types on all supported operating systems.
See also
Operator Precedence topic