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

operator() public static method

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