Click or drag to resize
IMathIsNotEqual Method (NullableDateTime, NullableDateTime, Boolean)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)

Namespace: Jeneva.Validation
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
bool IsNotEqual(
	Nullable<DateTime> a,
	Nullable<DateTime> b,
	bool noTime
)

Parameters

a
Type: SystemNullableDateTime
a
b
Type: SystemNullableDateTime
b
noTime
Type: SystemBoolean
true if time is discarded

Return Value

Type: Boolean
true if yes
See Also