Click or drag to resize

TypePair Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.TypePair"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatTypePair

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class TypePair

The TypePair type exposes the following members.

Constructors
  NameDescription
Public methodTypePair
Initializes a new instance of the TypePair class.
Top
Properties
  NameDescription
Public propertyTypeA
Gets the type A.
Public propertyTypeB
Gets the type B.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
Public methodEquals(TypePair)
Performs the underlying equality comparison.
Public methodGetHashCode
Serves as a hash function for a particular type.
Public methodToString
Returns a String that represents the current Object.
Top
See Also