public bool Equals(GetUsersFunction other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return(Arg1.SequenceEqual(other.Arg1)); }