Language

NetAppMountProtocol.Equality(NetAppMountProtocol, NetAppMountProtocol) Operator

Definition

Determines if two NetAppMountProtocol values are the same.

public static bool operator ==(Azure.ResourceManager.Discovery.Models.NetAppMountProtocol left, Azure.ResourceManager.Discovery.Models.NetAppMountProtocol right);
static member ( = ) : Azure.ResourceManager.Discovery.Models.NetAppMountProtocol * Azure.ResourceManager.Discovery.Models.NetAppMountProtocol -> bool
Public Shared Operator == (left As NetAppMountProtocol, right As NetAppMountProtocol) As Boolean

Parameters

left
NetAppMountProtocol

The left value to compare.

right
NetAppMountProtocol

The right value to compare.

Returns

Applies to