StorageMountProtocol.Equality Operator

Definition

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.

Returns

Applies to