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