Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The DataComparer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataComparer |
Constructs an instance of the data comparer.
|
Methods
| Name | Description | |
|---|---|---|
| CompareBoolean |
This method compares two Boolean values.
| |
| CompareByte |
This method compares two Byte values.
| |
| CompareByteString |
This method compares two ByteString values.
| |
| CompareDataValue |
This method compares two DataValues.
| |
| CompareDateTime |
This method compares two DateTime values.
| |
| CompareDiagnosticInfo |
This method compares two DiagnosticInfo values.
| |
| CompareDouble |
This method compares two Double values.
| |
| CompareExpandedNodeId |
This method compares two ExpandedNodeId values.
| |
| CompareExtensionObject |
This method compares two ExtensionObject values.
| |
| CompareExtensionObjectBody |
Compares the value of two extension object body.
| |
| CompareFloat |
This method compares two Float values.
| |
| CompareInt16 |
This method compares two Int16 values.
| |
| CompareInt32 |
This method compares two Int32 values.
| |
| CompareInt64 |
This method compares two Int64 values.
| |
| CompareLocalizedText |
This method compares two LocalizedText values.
| |
| CompareMatrix |
This method compares two DataValues.
| |
| CompareNodeId |
This method compares two NodeId values.
| |
| CompareQualifiedName |
This method compares two QualifiedName values.
| |
| CompareSByte |
This method compares two SByte values.
| |
| CompareStatusCode |
This method compares two StatusCode values.
| |
| CompareString |
This method compares two String values.
| |
| CompareUInt16 |
This method compares two UInt16 values.
| |
| CompareUInt32 |
This method compares two UInt32 values.
| |
| CompareUInt64 |
This method compares two UInt64 values.
| |
| CompareUuid |
This method compares two Guid values.
| |
| CompareVariant |
This method compares two Variant values.
| |
| CompareXmlElement |
This method compares two XmlElement values.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetExtensionObjectBody |
Extracts the extension object body.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| EncodeableFactory |
The factory to use when decoding extension objects.
| |
| ThrowOnError |
Gets or set a flag indicating whether an exception should be thrown on error.
|