ComparisonValue Class
Defines a value used for evaluation in ComparisonExpressions.
Inheritance Hierarchy
Scribe.Core.ConnectorApi ComparisonValue
Namespace:
Scribe.Core.ConnectorApi
Assembly:
Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
[DataContractAttribute] public class ComparisonValue : IEqualityComparer<ComparisonValue>
The ComparisonValue type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Hide default constructor |
|
|
|
Constructor |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
The Value |
|
|
|
The ValueType of the ComparisonValue |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
(Overrides Object Equals(Object).) |
|
|
|
|
|
|
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
|
|
(Overrides Object GetHashCode .) |
|
|
|
|
|
|
|
Gets the Type of the current instance. (Inherited from Object.) |
|
|
|
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
|
Returns a string that represents the current object. (Inherited from Object.) |
See