2 references to ContentsEqual
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
5024return e != null && name == e.name && ContentsEqual(e) && AttributesEqual(e); 5969return other != null && ContentsEqual(other);