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