BigML.Meta.DateTimeOffset.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : Bool
return Bool
        public static Bool operator !=(DateTimeOffset c1, System.DateTimeOffset c2)
        {
            return default(Bool);
        }