ValueEqualityComparer Class
Provides an EqualityComparerT for type Value.
Inheritance Hierarchy
SystemObject
System.Collections.GenericEqualityComparerValue
TcHmiSrv.Core.Tools.QueriesValueEqualityComparer
Namespace: TcHmiSrv.Core.Tools.Queries
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
public class ValueEqualityComparer : EqualityComparer<Value>The ValueEqualityComparer type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the ValueEqualityComparer class with a value that indicates whether relaxed ValueType comparison should be used. | |
|
|
Initializes a new instance of the ValueEqualityComparer class with a value that indicates whether relaxed ValueType comparison should be used and IEqualityComparerTs that are used to compare instances of type String, Event, Message and Alarm. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the IEqualityComparerT that is used to compare instances of type Alarm. | |
|
|
Gets the default EqualityComparerT for type Value with RelaxedTypeComparison set to false. | |
|
|
Gets the IEqualityComparerT that is used to compare instances of type Event. | |
|
|
Gets the IEqualityComparerT that is used to compare instances of type Message. | |
|
|
Gets an EqualityComparerT for type Value with RelaxedTypeComparison set to true. | |
|
|
Gets a value that indicates whether relaxed ValueType comparison is used. | |
|
|
Gets the IEqualityComparerT that is used to compare instances of type String. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether the specified object is equal to the current
object. | |
|
|
Determines whether two Values are
equal. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Serves as the default hash function. | |
|
|
| |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Returns a string that represents the current object. |
Version Information
Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0