DataSourceType.Inequality(DataSourceType, DataSourceType) Operator

Definition

Compares two DataSourceType values for inequality.

public static bool operator != (Microsoft.Azure.Search.Models.DataSourceType lhs, Microsoft.Azure.Search.Models.DataSourceType rhs);
static member op_Inequality : Microsoft.Azure.Search.Models.DataSourceType * Microsoft.Azure.Search.Models.DataSourceType -> bool
Public Shared Operator != (lhs As DataSourceType, rhs As DataSourceType) As Boolean

Parameters

lhs
DataSourceType

The first DataSourceType to compare.

rhs
DataSourceType

The second DataSourceType to compare.

Returns

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

Applies to