DateInequality Operator | |
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public static bool operator !=(
Date d1,
Date d2
)
public:
static bool operator !=(
Date^ d1,
Date^ d2
)
JavaScript does not support overloaded operators.
Parameters
- d1
- Type: PSI.SoxDate
- d2
- Type: PSI.SoxDate
Return Value
Type:
BooleanSee Also