Operator Overloading Sample

This sample demonstrates how user-defined classes can overload operators. See C# Operators for more information.

Security Note

This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended.

To build and run the Operator Overloading samples within Visual Studio

  1. In Solution Explorer, right-click the Complex project and click Set as StartUp Project.

  2. On the Debug menu, click Start Without Debugging.

  3. Repeat the preceding steps for Dbbool.

To build and run the Operator Overloading samples from the Command Line

  1. Use the Change Directory command to change to the Complex directory.

  2. Type the following:

    csc complex.cs
    complex
  3. Use the Change Directory command to change to the Dbbool directory.

  4. Type the following:

    csc dbbool.cs
    dbbool