Click or drag to resize

TypePairEquals Method (TypePair)

Performs the underlying equality comparison.

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

Parameters

obj
Type: com.espertech.esper.compatTypePair
The obj.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.TypePair.Equals(com.espertech.esper.compat.TypePair)"]

See Also