AclEntry.Equals Method
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.
Overloads
Equals(AclEntry) |
Returns true if the type, type name, scope and action are all same |
Equals(Object) |
Returns true if the type, type name, scope and action are all same |
Equals(AclEntry)
Returns true if the type, type name, scope and action are all same
public bool Equals (Microsoft.Azure.DataLake.Store.Acl.AclEntry entry);
override this.Equals : Microsoft.Azure.DataLake.Store.Acl.AclEntry -> bool
Public Function Equals (entry As AclEntry) As Boolean
Parameters
- entry
- AclEntry
Acl entry
Returns
True if Acl entries are equal else false
Applies to
Equals(Object)
Returns true if the type, type name, scope and action are all same
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Acl entry
Returns
true if AclEntries are same else false
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET