共用方式為


DataType.Inequality(DataType, DataType) Operator

Definition

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

true if the DataType objects are not equal; false otherwise.

Applies to