Date.Inequality(Date, Date) Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two specified instances of Date are not equal.
public static bool operator != (Microsoft.OData.Edm.Date firstOperand, Microsoft.OData.Edm.Date secondOperand);
static member op_Inequality : Microsoft.OData.Edm.Date * Microsoft.OData.Edm.Date -> bool
Public Shared Operator != (firstOperand As Date, secondOperand As Date) As Boolean
- firstOperand
- Date
The first object to compare.
- secondOperand
- Date
The second object to compare.
true if firstOperand and secondOperand do not represent the same date; otherwise, false.