Ejemplo n.º 1
0
 public bool Equals(OpenMetaverse.MuteEntry other)
 {
     return(other != null && ID.Equals(other.ID) && Flags.Equals(other.Flags) && Name.Equals(other.Name) &&
            Type.Equals(other.Type));
 }