Share via


DataType.Equality(DataType, DataType) Operator

Definition

Compares two DataType values for equality.

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

Applies to