Click or drag to resize

OutputTypeAttributeEquals Method (Object)

Returns a value that indicates whether this instance is equal to a specified object.

Namespace:  com.espertech.esper.common.client.dataflow.annotations
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public virtual bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
An Object to compare with this instance or null.

Return Value

Type: Boolean
true if obj equals the type and value of this instance; otherwise, false.
See Also