Dogen.TestModels.CSharpModel.Package1.Class1.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(Class1 lhs, Class1 rhs)
        {
            return !(lhs == rhs);
        }