NetAppMountProtocol.Equality(NetAppMountProtocol, NetAppMountProtocol) 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 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.