Determines whether two specified instances of DateTime are not equal.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public static boolean op_Inequality ( |
A DateTime.
A DateTime.
true if d1 and d2 do not represent the same date and time or are both null; otherwise, false.
See Also