Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The DataComparer type exposes the following members.

Constructors

  NameDescription
Public methodDataComparer
Constructs an instance of the data comparer.

Methods

  NameDescription
Public methodCompareBoolean
This method compares two Boolean values.
Public methodCompareByte
This method compares two Byte values.
Public methodCompareByteString
This method compares two ByteString values.
Public methodCompareDataValue
This method compares two DataValues.
Public methodCompareDateTime
This method compares two DateTime values.
Public methodCompareDiagnosticInfo
This method compares two DiagnosticInfo values.
Public methodCompareDouble
This method compares two Double values.
Public methodCompareExpandedNodeId
This method compares two ExpandedNodeId values.
Public methodCompareExtensionObject
This method compares two ExtensionObject values.
Protected methodCompareExtensionObjectBody
Compares the value of two extension object body.
Public methodCompareFloat
This method compares two Float values.
Public methodCompareInt16
This method compares two Int16 values.
Public methodCompareInt32
This method compares two Int32 values.
Public methodCompareInt64
This method compares two Int64 values.
Public methodCompareLocalizedText
This method compares two LocalizedText values.
Public methodCompareMatrix
This method compares two DataValues.
Public methodCompareNodeId
This method compares two NodeId values.
Public methodCompareQualifiedName
This method compares two QualifiedName values.
Public methodCompareSByte
This method compares two SByte values.
Public methodCompareStatusCode
This method compares two StatusCode values.
Public methodCompareString
This method compares two String values.
Public methodCompareUInt16
This method compares two UInt16 values.
Public methodCompareUInt32
This method compares two UInt32 values.
Public methodCompareUInt64
This method compares two UInt64 values.
Public methodCompareUuid
This method compares two Guid values.
Public methodCompareVariant
This method compares two Variant values.
Public methodCompareXmlElement
This method compares two XmlElement values.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetExtensionObjectBody
Extracts the extension object body.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyStatic memberEncodeableFactory
The factory to use when decoding extension objects.
Public propertyThrowOnError
Gets or set a flag indicating whether an exception should be thrown on error.

See Also