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