DateTime::Inequality Operator
Silverlight
Determines whether two specified instances of DateTime are not equal.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- d1
- Type: System::DateTime
The first object to compare.
- d2
- Type: System::DateTime
The second object to compare.
Return Value
Type: System::Booleantrue if d1 and d2 do not represent the same date and time; otherwise, false.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: