ValueEqualityComparer Class
Provides an EqualityComparer.T. for type Value.
Inheritance Hierarchy
System.Object
System.Collections.Generic.EqualityComparer.Value.
TcHmiSrv.Core.Tools.Queries.ValueEqualityComparer
Namespace: TcHmiSrv.Core.Tools.Queries
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
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 comparision should be used. | |
|
Initializes a new instance of the ValueEqualityComparer class with a value that indicates whether relaxed ValueType comparision should be used and IEqualityComparer.T.s that are used to compare instances of type String, Event, Message and Alarm. |
Properties
|
Name |
Description |
---|---|---|
|
Gets the IEqualityComparer.T. that is used to compare instances of type Alarm. | |
|
Gets the default EqualityComparer.T. for type Value with RelaxedTypeComparison set to false. | |
|
Gets the IEqualityComparer.T. that is used to compare instances of type Event. | |
|
Gets the IEqualityComparer.T. that is used to compare instances of type Message. | |
|
Gets an EqualityComparer.T. for type Value with RelaxedTypeComparison set to true. | |
|
Gets a value that indicates whether relaxed ValueType comparision is used. | |
|
Gets the IEqualityComparer.T. that is used to compare instances of type String. |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Determines whether two Values are equal. (Overrides EqualityComparer.T..Equals(T, T).) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
(Overrides EqualityComparer.T..GetHashCode(T).) | |
|
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.) |