IndexedSharePointContainerName.Equality 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.
Determines if two IndexedSharePointContainerName values are the same.
public static bool operator ==(Azure.Search.Documents.Models.IndexedSharePointContainerName left, Azure.Search.Documents.Models.IndexedSharePointContainerName right);
static member ( = ) : Azure.Search.Documents.Models.IndexedSharePointContainerName * Azure.Search.Documents.Models.IndexedSharePointContainerName -> bool
Public Shared Operator == (left As IndexedSharePointContainerName, right As IndexedSharePointContainerName) As Boolean