Click or drag to resize

NodeResultComparer class

Generally compares two or more Result.ReturnObjects as accurately as possible via a transferred comparison operator with each other. Supported types are: bool, DateTime, int, double and String. Unknown types are compared using the ToString() method.
Inheritance hierarchy
SystemObject
  LogicalTaskTreeNodeResultComparer

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class NodeResultComparer

The NodeResultComparer Type exposes the following members.

Constructors
 NameDescription of the
Public MethodNodeResultComparerinitializes a new instance of the NodeResultComparer class
Back to the top
Methods
 NameDescription of the
Public MethodCompare Compares several results via a transferred comparison operator. Returns null if one of the results involved is null.
Back to the top
Remarks
File: NodeResultComparer Author: Erik Nagel 30.05.2013 Erik Nagel: created
See also