Search
DateTime.op_Equality Method
See Also
 






Determines whether two specified instances of DateTime are equal.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static boolean op_Equality (
    DateTime d1,
    DateTime d2
)

 Parameters

d1

A DateTime.

d2

A DateTime.

 Return Value

true if d1 and d2 represent the same date and time or are both null; otherwise, false.

 See Also