Dogen.TestModels.CSharpModel.ImmutableZero.operator C# (CSharp) Method

operator() public static method

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