Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / Ref.cs / 1 / Ref.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml { using System; internal abstract class Ref { public static bool Equal(string strA, string strB) { #if DEBUG // We can't use Debug.Assert in XmlReader. if(((object) strA != (object) strB) && String.Equals(strA, strB)) { throw new Exception("ASSERT: String atomization failure str='" + strA + "'"); } #endif return (object) strA == (object) strB; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RuntimeConfig.cs
- SQLBytesStorage.cs
- SafeEventLogReadHandle.cs
- StatusBar.cs
- CryptoHandle.cs
- TemplateParser.cs
- _ShellExpression.cs
- TextWriter.cs
- ListenerElementsCollection.cs
- LastQueryOperator.cs
- CodeCompiler.cs
- ToolStripPanelRow.cs
- PeerNodeTraceRecord.cs
- COM2IProvidePropertyBuilderHandler.cs
- GreaterThan.cs
- EditorBrowsableAttribute.cs
- KeyFrames.cs
- ProviderUtil.cs
- ActivityMetadata.cs
- SchemaEntity.cs
- XmlSchemaComplexType.cs
- ListBox.cs
- TreeNodeBinding.cs
- TypeBuilder.cs
- ItemChangedEventArgs.cs
- DistributedTransactionPermission.cs
- ImageMap.cs
- ConfigurationException.cs
- LostFocusEventManager.cs
- FlowLayoutSettings.cs
- UnionCqlBlock.cs
- GradientBrush.cs
- DataSourceSelectArguments.cs
- DataPagerFieldCommandEventArgs.cs
- listviewsubitemcollectioneditor.cs
- ConsoleKeyInfo.cs
- GetWinFXPath.cs
- BasePropertyDescriptor.cs
- ContextBase.cs
- PrimitiveSchema.cs
- ChangeNode.cs
- FocusManager.cs
- sqlser.cs
- PanelDesigner.cs
- TransactionFlowBindingElement.cs
- URLIdentityPermission.cs
- TextCollapsingProperties.cs
- EntitySetDataBindingList.cs
- Helpers.cs
- SmiContext.cs
- Int32Rect.cs
- WrapPanel.cs
- OutKeywords.cs
- StringConcat.cs
- DetailsViewDeletedEventArgs.cs
- XamlFrame.cs
- StreamMarshaler.cs
- DataServiceEntityAttribute.cs
- UpdateException.cs
- MachineKeyConverter.cs
- DeclarativeCatalogPart.cs
- WebPartAuthorizationEventArgs.cs
- DataRowExtensions.cs
- PathGeometry.cs
- InternalControlCollection.cs
- BaseAsyncResult.cs
- SerializationInfo.cs
- BitVec.cs
- ComplexTypeEmitter.cs
- RowTypeElement.cs
- StorageAssociationTypeMapping.cs
- HttpModuleCollection.cs
- Base64Encoding.cs
- TagMapInfo.cs
- TimeSpan.cs
- SecurityCriticalDataForSet.cs
- TextServicesCompartmentEventSink.cs
- Classification.cs
- SimpleApplicationHost.cs
- DirtyTextRange.cs
- VerificationException.cs
- WorkflowMarkupSerializationProvider.cs
- PasswordTextContainer.cs
- HitTestWithGeometryDrawingContextWalker.cs
- CodeObject.cs
- RelationshipConverter.cs
- ConstructorNeedsTagAttribute.cs
- remotingproxy.cs
- ETagAttribute.cs
- RijndaelCryptoServiceProvider.cs
- ListViewItemMouseHoverEvent.cs
- SmtpAuthenticationManager.cs
- CommandBindingCollection.cs
- EntityProviderFactory.cs
- StorageEntityTypeMapping.cs
- Mapping.cs
- DBSqlParserTable.cs
- BinHexDecoder.cs
- DrawingContextWalker.cs
- Win32PrintDialog.cs