DataSourceType.Equality(DataSourceType, DataSourceType) 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 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
- System.Boolean
true if the DataSourceType objects are equal or are both null; false otherwise.