Example #1
0
            public bool Equals(PathsResultBoltNode other)
            {
                if (other == null)
                {
                    return(false);
                }

                return(Id == other.Id &&
                       Labels.ContentsEqual(other.Labels) &&
                       Properties.ContentsEqual(other.Properties));
            }