Implemented interface member:
method
Equals
System.Runtime.InteropServices._Type.Equals(System.Type)
189 references to Equals
mscorlib (19)
microsoft\win32\oavariantlib.cs (1)
111if (ctype.Equals(ClassTypes[i])) {
system\attribute.cs (1)
875if (!thisValue.GetType().Equals(thatValue.GetType()))
system\defaultbinder.cs (1)
758if (!pCls.Equals(types[j]))
system\reflection\emit\assemblybuilderdata.cs (9)
150if (conType.Equals(typeof(System.Reflection.AssemblyCopyrightAttribute))) 166else if (conType.Equals(typeof(System.Reflection.AssemblyTrademarkAttribute))) 182else if (conType.Equals(typeof(System.Reflection.AssemblyProductAttribute))) 192else if (conType.Equals(typeof(System.Reflection.AssemblyCompanyAttribute))) 208else if (conType.Equals(typeof(System.Reflection.AssemblyDescriptionAttribute))) 218else if (conType.Equals(typeof(System.Reflection.AssemblyTitleAttribute))) 228else if (conType.Equals(typeof(System.Reflection.AssemblyInformationalVersionAttribute))) 241else if (conType.Equals(typeof(System.Reflection.AssemblyCultureAttribute))) 256else if (conType.Equals(typeof(System.Reflection.AssemblyFileVersionAttribute)))
system\runtime\remoting\activationservices.cs (1)
994if (attrType.Equals(retAttr[i].GetType()))
system\security\codeaccesspermission.cs (4)
263Contract.Assert( grant == null || grant.GetType().Equals( this.GetType() ), "CheckDemand not defined for permissions of different type" ); 269Contract.Assert( permitted == null || permitted.GetType().Equals( this.GetType() ), "CheckPermitOnly not defined for permissions of different type" ); 275Contract.Assert( denied == null || denied.GetType().Equals( this.GetType() ), "CheckDeny not defined for permissions of different type" ); 282Contract.Assert( asserted == null || asserted.GetType().Equals( this.GetType() ), "CheckPermitOnly not defined for permissions of different type" );
system\security\policy\codegroup.cs (1)
717if (that != null && this.GetType().Equals( that.GetType() ))
system\type.cs (1)
1786return Equals(o as Type);
PresentationFramework (1)
src\Framework\System\Windows\ComponentResourceKey.cs (1)
113return ((key._typeInTargetAssembly != null) ? key._typeInTargetAssembly.Equals(this._typeInTargetAssembly) : (this._typeInTargetAssembly == null)) &&
SMSvcHost (1)
System\ServiceModel\Activation\SMSvcHost.cs (1)
45if (majorVersion != null && majorVersion.GetType().Equals(typeof(int)))
System (4)
compmod\system\componentmodel\ExtenderProvidedPropertyAttribute.cs (1)
80return (other != null) && other.extenderProperty.Equals(extenderProperty) && other.provider.Equals(provider) && other.receiverType.Equals(receiverType);
compmod\system\componentmodel\LicenseProviderAttribute.cs (1)
101if (type != null && type.Equals(LicenseProvider)) {
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
165return type.Equals(typeof(WebProxyScriptHelper));
net\System\Net\Configuration\WebRequestModuleElement.cs (1)
112return type.Equals(((TypeAndName) comparand).type);
System.Activities (2)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (1)
382shouldStoreAttachedProperty = !targetType.Equals(typeof(string));
System\Activities\Statements\MethodResolver.cs (1)
254if (this.beginMethod != null && !this.beginMethod.ReturnType.Equals(typeof(IAsyncResult)))
System.Activities.Presentation (17)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (1)
204if (pair.Value.Count > 1 && !(pair.Value[0].PropertyType.IsValueType || pair.Value[0].PropertyType.Equals(typeof(string))))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValue.cs (1)
221if (stringToConvert != null && typeof(string).Equals(this.ParentProperty.PropertyType))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelUtilities.cs (1)
86if (value == null || value.GetType().Equals(typeof(NullExtension)))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (1)
61if (foundProperty.PropertyType != null && foundProperty.PropertyType.Equals(System.Activities.Presentation.Internal.PropertyEditing.Model.ModelUtilities.GetPropertyType(propertySet)))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (1)
64if (foundProperty.PropertyType != null && foundProperty.PropertyType.Equals(System.Activities.Presentation.Internal.PropertyEditing.Model.ModelUtilities.GetPropertyType(propertySet)))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1511if (attrData.AttributeType.Equals(typeof(TypeDescriptionProviderAttribute)))
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
694if (type.IsGenericType && type.GetGenericTypeDefinition().Equals(disallowedType))
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
259return allowedItemType.Equals(draggedType.GetGenericTypeDefinition()); 264return draggedType.Equals(allowedItemType.GetGenericTypeDefinition());
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
502if (itemType.IsPrimitive || itemType.IsEnum || itemType.Equals(typeof(String)))
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
106if (itemType.IsPrimitive || itemType.IsEnum || itemType.Equals(typeof(String)))
System.Activities.Presentation\System\Activities\Presentation\Model\MorphHelper.cs (1)
110if (propertyInNewModelItem.PropertyType.Equals(modelProperty.PropertyType))
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeDesigner.xaml.cs (2)
115if (propertyType.Equals(typeof(ActivityBuilder))) 119else if (propertyType.Equals(typeof(ActivityTemplateFactoryBuilder)))
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1098if (displayNameProperty != null && displayNameProperty.PropertyType.Equals(typeof(string)))
System.Activities.Presentation\System\Activities\Presentation\View\TypeToStringValueConverter.cs (2)
16Fx.Assert(targetType.Equals(typeof(string)), "TypeToStringValueConverter cannot convert a type to type " + targetType.FullName); 39Fx.Assert(targetType.Equals(typeof(Type)), "TypeToStringValueConverter cannot convert string back to type " + targetType.FullName);
System.Core (3)
Microsoft\Scripting\Ast\NewArrayExpression.cs (2)
149if (type.Equals(typeof(void))) { 208if (type.Equals(typeof(void))) {
Microsoft\Scripting\Compiler\BoundConstants.cs (1)
58return object.ReferenceEquals(Value, other.Value) && Type.Equals(other.Type);
System.Data (17)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (1)
204if (pair.Value.Count > 1 && !(pair.Value[0].PropertyType.IsValueType || pair.Value[0].PropertyType.Equals(typeof(string))))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValue.cs (1)
221if (stringToConvert != null && typeof(string).Equals(this.ParentProperty.PropertyType))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelUtilities.cs (1)
86if (value == null || value.GetType().Equals(typeof(NullExtension)))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (1)
61if (foundProperty.PropertyType != null && foundProperty.PropertyType.Equals(System.Activities.Presentation.Internal.PropertyEditing.Model.ModelUtilities.GetPropertyType(propertySet)))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (1)
64if (foundProperty.PropertyType != null && foundProperty.PropertyType.Equals(System.Activities.Presentation.Internal.PropertyEditing.Model.ModelUtilities.GetPropertyType(propertySet)))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1511if (attrData.AttributeType.Equals(typeof(TypeDescriptionProviderAttribute)))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
694if (type.IsGenericType && type.GetGenericTypeDefinition().Equals(disallowedType))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
259return allowedItemType.Equals(draggedType.GetGenericTypeDefinition()); 264return draggedType.Equals(allowedItemType.GetGenericTypeDefinition());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
502if (itemType.IsPrimitive || itemType.IsEnum || itemType.Equals(typeof(String)))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
106if (itemType.IsPrimitive || itemType.IsEnum || itemType.Equals(typeof(String)))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\MorphHelper.cs (1)
110if (propertyInNewModelItem.PropertyType.Equals(modelProperty.PropertyType))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeDesigner.xaml.cs (2)
115if (propertyType.Equals(typeof(ActivityBuilder))) 119else if (propertyType.Equals(typeof(ActivityTemplateFactoryBuilder)))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1098if (displayNameProperty != null && displayNameProperty.PropertyType.Equals(typeof(string)))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeToStringValueConverter.cs (2)
16Fx.Assert(targetType.Equals(typeof(string)), "TypeToStringValueConverter cannot convert a type to type " + targetType.FullName); 39Fx.Assert(targetType.Equals(typeof(Type)), "TypeToStringValueConverter cannot convert string back to type " + targetType.FullName);
System.Data.DataSetExtensions (1)
System\Data\EnumerableRowCollectionExtensions.cs (1)
193if ((null != source) && source.ElementType.Equals(typeof(TResult)))
System.Data.Entity (21)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (3)
1815if (typeof(TInstance).BaseType.Equals(typeof(object)) && 1847if (type.IsGenericType && typeof(Nullable<>).Equals(type.GetGenericTypeDefinition())) 1891if (typeof(Row).Equals(typeof(TArgument)))
System\Data\Common\EntityUtil.cs (1)
1870if (foundFactory.GetType().Equals(connectionProviderFactoryType))
System\Data\Common\Utils\MetadataHelper.cs (4)
33if (typeof(EntityType).Equals(typeof(T)) && resultType is EntityType 34|| typeof(ComplexType).Equals(typeof(T)) && resultType is ComplexType 35|| typeof(StructuralType).Equals(typeof(T)) && resultType is StructuralType 36|| typeof(EdmType).Equals(typeof(T)) && resultType is EdmType)
System\Data\Common\Utils\Set.cs (1)
313Debug.Assert(other.Comparer.GetType().Equals(this.Comparer.GetType()));
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
996return ((PrimitiveType)left.EdmType).ClrEquivalentType.Equals(
System\Data\Objects\ELinq\Funcletizer.cs (1)
426if (parameterExp.Type.Equals(expression.Type))
System\Data\Objects\ELinq\InitializerFacet.cs (3)
115if (!this.ClrType.Equals(other.ClrType)) { return false; } 221typeof(IGrouping<,>).Equals(ClrType.GetGenericTypeDefinition())); 238typeof(IGrouping<,>).Equals(ClrType.GetGenericTypeDefinition()));
System\Data\Objects\ELinq\MethodCallTranslator.cs (4)
73if (linq.Method.GetParameters().Count() == 1 && linq.Method.ReturnType.Equals(typeof(bool))) 434Debug.Assert(call.Object != null && call.Arguments.Count == 1 && call.Arguments[0] != null && call.Arguments[0].Type.Equals(typeof(string)), "Invalid Include arguments?"); 470Debug.Assert(call.Object != null && call.Arguments.Count == 1 && call.Arguments[0] != null && call.Arguments[0].Type.Equals(typeof(MergeOption)), "Invalid MergeAs arguments?"); 506Debug.Assert(call.Object != null && call.Arguments.Count == 1 && call.Arguments[0] != null && call.Arguments[0].Type.Equals(typeof(Span)), "Invalid IncludeSpan arguments?");
System\Data\Objects\ELinq\Translator.cs (2)
462propertyInfo.PropertyType.Equals(typeof(int))) 485candidateType.GetGenericTypeDefinition().Equals(typeof(System.Collections.Generic.ICollection<>)))
System\Data\Objects\Internal\EntitySqlQueryBuilder.cs (1)
158Debug.Assert(leftQuery.ElementType.Equals(rightQuery.ElementType), "Incompatible element types in arguments to Except<T>/Intersect<T>/Union<T>/UnionAll<T>?");
System.Data.Linq (4)
SortableBindingList.cs (1)
107return (t.Equals(typeof(XNode)) || t.IsSubclassOf(typeof(XNode)));
SqlClient\Common\SqlFactory.cs (1)
351clrType = expression.ClrType.Equals(typeof(bool?)) ? typeof(bool?) : typeof(bool);
SqlClient\Common\SqlNode.cs (2)
1119&& !TypeSystem.GetNonNullableType(this.matchExpression.ClrType).Equals(typeof(bool)) 1120&& !TypeSystem.GetNonNullableType(value.ClrType).Equals(typeof(bool)))
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\InputReferenceExpression.cs (1)
64Debug.Assert(newTarget.ResourceType.Equals(this.Type), "Cannot reference a resource set with a different resource type");
System.Drawing (2)
commonui\System\Drawing\Advanced\PointF.cs (1)
209comp.GetType().Equals(this.GetType());
commonui\System\Drawing\Advanced\SizeF.cs (1)
225(comp.GetType().Equals(GetType()));
System.Runtime.Serialization (13)
System\Runtime\Serialization\Configuration\DeclaredTypeValidator.cs (1)
25if (t != null && Globals.TypeOfObject.Equals(t))
System\Runtime\Serialization\DataContract.cs (2)
2208if (t == null || !rootType.Equals(t)) 2226else if (rootType.Equals(t))
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (2)
129if (memberAccessFlag && securityException.PermissionType.Equals(typeof(ReflectionPermission))) 205if (memberAccessFlag && securityException.PermissionType.Equals(typeof(ReflectionPermission)))
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (2)
99if (memberAccessFlag && securityException.PermissionType.Equals(typeof(ReflectionPermission))) 130if (memberAccessFlag && securityException.PermissionType.Equals(typeof(ReflectionPermission)))
System\Runtime\Serialization\PrimitiveDataContract.cs (1)
154return (thisType.Equals(otherType) || thisType.IsSubclassOf(otherType) || otherType.IsSubclassOf(thisType));
System\Runtime\Serialization\XmlDataContract.cs (1)
349if (memberAccessFlag && securityException.PermissionType.Equals(typeof(ReflectionPermission)))
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
130if (memberAccessFlag && securityException.PermissionType.Equals(typeof(ReflectionPermission))) 216if (memberAccessFlag && securityException.PermissionType.Equals(typeof(ReflectionPermission)))
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
112if (memberAccessFlag && securityException.PermissionType.Equals(typeof(ReflectionPermission))) 142if (memberAccessFlag && securityException.PermissionType.Equals(typeof(ReflectionPermission)))
System.Security (1)
system\security\cryptography\xml\keyinfo.cs (1)
138if (requestedObjectType.Equals(tempObj.GetType()))
System.ServiceModel (21)
System\ServiceModel\Activation\Iis7Helper.cs (1)
39if (majorVersion != null && majorVersion.GetType().Equals(typeof(int)))
System\ServiceModel\Configuration\BindingCollectionElement.cs (1)
78if (null != collectionElementType && extensionSectionType.Equals(collectionElementType))
System\ServiceModel\Configuration\CustomBindingCollectionElement.cs (1)
79isMatch = bindingElementExtension.BindingElementType.Equals(bindingElement.GetType());
System\ServiceModel\Configuration\EndpointCollectionElement.cs (1)
80if (null != collectionElementType && extensionSectionType.Equals(collectionElementType))
System\ServiceModel\Configuration\ExtensionElementCollection.cs (1)
92if (null != elementType && elementType.Equals(Type.GetType(extension.Type, false)))
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (2)
60if (extensionType != null && extensionType.Equals(ThisType)) 249if (null != collectionElementType && extensionSectionType.Equals(collectionElementType))
System\ServiceModel\Description\ServiceDescription.cs (1)
172if (securityException != null && securityException.PermissionType.Equals(typeof(ReflectionPermission)))
System\ServiceModel\Dispatcher\InvokerUtil.cs (4)
90if (requiresMemberAccess && securityException.PermissionType.Equals(typeof(ReflectionPermission))) 129if (requiresMemberAccess && securityException.PermissionType.Equals(typeof(ReflectionPermission))) 174if (requiresMemberAccess && securityException.PermissionType.Equals(typeof(ReflectionPermission))) 221if (requiresMemberAccess && securityException.PermissionType.Equals(typeof(ReflectionPermission)))
System\ServiceModel\Dispatcher\MessageFilterTable.cs (2)
165if (this.tables[i].priority == priority && this.tables[i].table.GetType().Equals(tableType)) 175if (!table.GetType().Equals(tableType))
System\ServiceModel\MessageSecurityOverHttp.cs (2)
249if (!isSecureConversation && typeof(TSecurity).Equals(typeof(MessageSecurityOverHttp))) 390if (typeof(NonDualMessageSecurityOverHttp).Equals(typeof(TSecurity)))
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
275if (!(message.Body.ReturnValue.GetType().Equals(typeof(MessagePartDescription))))
System\ServiceModel\Security\PeerCredential.cs (1)
130return (one.GetType().Equals(two.GetType()));
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
840if ((this.primaryTokenAuthenticator != null) && (this.primaryTokenAuthenticator.GetType().Equals(spec.TokenAuthenticator.GetType())))
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (1)
405if (feedType.Equals(typeof(SyndicationFeed)))
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (1)
76if (itemType.Equals(typeof(SyndicationItem)))
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpPage.cs (2)
298if (wrapped && !typeof(void).Equals(type)) 303else if (typeof(void).Equals(type))
System.Web (10)
Configuration\HealthMonitoringSectionHelper.cs (1)
478if (!(eventType.Equals(_eventMappingSettings.RealType) ||
Configuration\HttpCapabilitiesSectionHandler.cs (1)
255if (resultType.Equals(capabilitiesEvaluator._resultType) == false) {
Configuration\RuleInfoComparer.cs (1)
47if (xType.Equals(yType)) {
Configuration\VersionValidator.cs (1)
19return typeof(Version).Equals(type);
Configuration\WebBaseEventKeyComparer.cs (2)
18if (xKey._eventCode == yKey._eventCode && xKey._type.Equals(yKey._type)) { 42if (xType.Equals(yType)) {
ModelBinding\DataTypeUtil.cs (1)
27isDataType = t => t.GetType().Equals(typeof(DataTypeAttribute));
UI\PropertyConverter.cs (2)
70if (objType.Equals(typeof(bool)) && value.Length == 0) { 82else if (objType.Equals(typeof(string))) {
UI\WebParts\WebPartManager.cs (1)
4532 (other._type.Equals(_type)) &&
System.Web.DynamicData (1)
DynamicData\DynamicDataExtensions.cs (1)
271if (member.Type.Equals(rowType)) continue;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
490if (type.IsGenericType && type.GetGenericTypeDefinition().Equals(typeof(Nullable<>)))
System.Web.Extensions (4)
ApplicationServices\ApplicationServicesHostFactory.cs (3)
16if (typeof(ProfileService).Equals(serviceType)) { 19else if (typeof(RoleService).Equals(serviceType)) { 22else if (typeof(AuthenticationService).Equals(serviceType)) {
UI\AsyncPostBackTrigger.cs (1)
109if (!handlerMethod.ReturnType.Equals(typeof(void)) ||
System.Web.Services (1)
System\Web\Services\Configuration\TypeElement.cs (1)
67return type.Equals(((TypeAndName) comparand).type);
System.Windows.Forms (24)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
183if(nodeType != null && nodeType.Equals(typeof(ResXFileRef))) {
winforms\Managed\System\Resources\ResXFileRef.cs (4)
292if(toCreate.Equals(typeof(string))) { 313if(toCreate.Equals(typeof(byte[]))) { 317if(toCreate.Equals(typeof(MemoryStream))) { 319} else if(toCreate.Equals(typeof(System.Drawing.Bitmap)) && fileName.EndsWith(".ico")) {
winforms\Managed\System\WinForms\AxHost.cs (1)
7067if (editorBaseType.Equals(typeof(UITypeEditor)) && editor != null) {
winforms\Managed\System\WinForms\DataGridTable.cs (14)
1462if (dataType.Equals(typeof(bool))) 1464else if (dataType.Equals(typeof(string))) 1466else if (dataType.Equals(typeof(DateTime))) 1469else if (dataType.Equals(typeof(Int16)) || 1470dataType.Equals(typeof(Int32)) || 1471dataType.Equals(typeof(Int64)) || 1472dataType.Equals(typeof(UInt16)) || 1473dataType.Equals(typeof(UInt32)) || 1474dataType.Equals(typeof(UInt64)) || 1475dataType.Equals(typeof(Decimal)) || 1476dataType.Equals(typeof(Double)) || 1477dataType.Equals(typeof(Single)) || 1478dataType.Equals(typeof(Byte)) || 1479dataType.Equals(typeof(SByte))) {
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (3)
999if (type.Equals(typeof(bool)) || type.Equals(typeof(CheckState))) 1001dataGridViewColumn = new DataGridViewCheckBoxColumn(type.Equals(typeof(CheckState)));
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1851pe.PropertyType.Equals(this.PropertyType) && pe.PropertyDepth == this.PropertyDepth;
System.Workflow.Activities (4)
CorrelationValidator.cs (2)
227if (currentActivity is CallExternalMethodActivity && !interfaceType.Equals(((CallExternalMethodActivity)currentActivity).InterfaceType)) 229else if (currentActivity is HandleExternalEventActivity && !interfaceType.Equals(((HandleExternalEventActivity)currentActivity).InterfaceType))
InvokeWebService.cs (1)
325if (!(type.Equals(webServiceBaseType)) && TypeProvider.IsAssignable(webServiceBaseType, type))
Rules\Helpers.cs (1)
64return ((type.IsValueType) && (type.IsGenericType) && (type.GetGenericTypeDefinition().Equals(typeof(Nullable<>))));
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
194if (type != null && !type.Equals(ResolveType("System.Object"))) 1336if (!this.parameters[loop].Equals(maskSignature.parameters[loop]))
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
725if (matchName && (returnType == null || (returnType.Equals(propInfo.PropertyType))))
AuthoringOM\Compiler\Validation\BindValidator.cs (1)
554else if (!invokeMethod.ReturnType.Equals(methodInfo.ReturnType))
AuthoringOM\Design\Themes.cs (1)
696if (designerTheme == null || (designerTheme.DesignerType != null && !designerType.Equals(designerTheme.DesignerType)))
System.Workflow.Runtime (3)
System\Activities\Statements\InteropEnvironment.cs (3)
351if (propertyInfo.DeclaringType.Equals(compositeActivityType) || 352propertyInfo.DeclaringType.Equals(dependencyObjectType)) 359if (propertyInfo.DeclaringType.Equals(activityType) &&
System.WorkflowServices (5)
System\Workflow\Activities\ContractType.cs (1)
856if (!this.parameters[loop].Equals(maskSignature.parameters[loop]))
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
421if (!serviceContractListItem.IsCustomContract && serviceContractListItem.ContractType.Equals(foundContract.ContractType))
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (3)
199if (typeCellItem.Type.Equals(type)) 844type.Equals(typeof(System.ServiceModel.Channels.Message)) || 845type.Equals(typeof(System.IO.Stream));
System.Xml (1)
System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs (1)
95return type.Equals(((TypeAndName) comparand).type);