8.2.9.24 datetime.ne ¶
- Method: 
out = ne (A, B) ¶ 
- 
True if A is not equal to B. This defines the != operator
for datetimes.
Inputs are implicitly converted to datetime using the one-arg
constructor or conversion method.
Returns logical array the same size as obj.