5 references to Type
System.Xml (5)
System\Xml\Schema\ConstraintStruct.cs (5)
292
if (this.
Type
!= other.
Type
) {
294
if (! (this.
Type
.IsComparable(other.
Type
)) ) {
307
return this.
Type
.Compare(this.Value, other.Value) == 0;