Example #1
0
        public override bool Equals(object obj)
        {
            CorrelationId item = obj as CorrelationId;

            if (item == null)
            {
                return(false);
            }
            return(_Id.Equals(item._Id));
        }
Example #2
0
        public override bool Equals(object obj)
        {
            Bookmark item = obj as Bookmark;

            if (item == null)
            {
                return(false);
            }
            return(_Value.Equals(item._Value));
        }