DataSourceType.Equality(DataSourceType, DataSourceType) Operator

Definition

Compares two DataSourceType values for equality.

public static bool operator == (Microsoft.Azure.Search.Models.DataSourceType lhs, Microsoft.Azure.Search.Models.DataSourceType rhs);
static member ( = ) : 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 equal or are both null; false otherwise.

Applies to