OpenMetaverse.Permissions.Equals C# (CSharp) Method

Equals() public method

public Equals ( Permissions other ) : bool
other Permissions
return bool
        public bool Equals(Permissions other)
        {
            return this == other;
        }

Same methods

Permissions::Equals ( object obj ) : bool