8 references to Equals
System.Data.Entity (2)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (2)
193
Debug.Assert(!default(RuntimeTypeHandle).
Equals
(entityDeclaringType), "Type handle of entity should always be known.");
401
Debug.Assert(!default(RuntimeTypeHandle).
Equals
(entityDeclaringType), "Type handle of entity should always be known.");
System.Runtime.Serialization (6)
System\Runtime\Serialization\DataContract.cs (3)
672
if (Globals.TypeOfDateTimeOffset.TypeHandle.
Equals
(typeHandle))
2670
return ((TypeHandleRef)x).Value.
Equals
(((TypeHandleRef)y).Value);
2683
return x.Value.
Equals
(y.Value);
System\Runtime\Serialization\NetDataContractSerializer.cs (1)
463
if (currentCachedDataContract.UnderlyingType.TypeHandle.
Equals
(typeHandle))
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
132
if (declaredTypeHandle.
Equals
(objTypeHandle))
System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (1)
354
else if (declaredTypeHandle.
Equals
(objTypeHandle))