return this.useraction == that.useraction && this.groupaction == that.groupaction && this.otheraction == that.otheraction && this.stickyBit == that.stickyBit; | return this.useraction == that.useraction && this.groupaction == that.groupaction && this.otheraction == that.otheraction && this.stickyBit.booleanValue() == that.stickyBit.booleanValue(); | this.useraction == that.useraction && this.groupaction == that.groupaction && this.otheraction == that.otheraction && this.stickyBit == that.stickyBit | this.useraction == that.useraction && this.groupaction == that.groupaction && this.otheraction == that.otheraction && this.stickyBit.booleanValue() == that.stickyBit.booleanValue() | hadoop | 59c5f18784121f04030d1d0982f2e2285688ee11 | org.apache.hadoop.fs.permission.FsPermission | | | v0 | this.useraction == that.useraction && this.groupaction == that.groupaction && this.otheraction == that.otheraction |
---|
| | v0 | this.useraction == that.useraction && this.groupaction == that.groupaction && this.otheraction == that.otheraction |
---|
| Returns | True |