StorageMountProtocol.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 StorageMountProtocol values are the same.
public static bool operator ==(Azure.AI.Discovery.StorageMountProtocol left, Azure.AI.Discovery.StorageMountProtocol right);
static member ( = ) : Azure.AI.Discovery.StorageMountProtocol * Azure.AI.Discovery.StorageMountProtocol -> bool
Public Shared Operator == (left As StorageMountProtocol, right As StorageMountProtocol) As Boolean
Parameters
- left
- StorageMountProtocol
The left value to compare.
- right
- StorageMountProtocol
The right value to compare.