DataType.Inequality(DataType, DataType) Operator
Definition
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.
Compares two DataType values for inequality.
public static bool operator != (Microsoft.Azure.Search.Models.DataType lhs, Microsoft.Azure.Search.Models.DataType rhs);
static member op_Inequality : Microsoft.Azure.Search.Models.DataType * Microsoft.Azure.Search.Models.DataType -> bool
Public Shared Operator != (lhs As DataType, rhs As DataType) As Boolean
Parameters
- lhs
- DataType
The first DataType to compare.
- rhs
- DataType
The second DataType to compare.
Returns
- System.Boolean
true if the DataType objects are not equal; false otherwise.