Example #1
0
            public override bool Equals(object obj)
            {
                var other = obj as XmlNamespaceTextViewerReference;

                return(other != null && nsRef.Equals(other.nsRef));
            }
Example #2
0
            public override bool Equals(object obj)
            {
                var other = obj as XmlNameTextViewerReference;

                return(other != null && nsRef.Equals(other.nsRef) && name == other.name && refKind == other.refKind);
            }
Example #3
0
            public override bool Equals(object obj)
            {
                var other = obj as XmlTagTextViewerReference;

                return(other != null && nsRef.Equals(other.nsRef) && name == other.name);
            }