Click or drag to resize

TupleRefHasEquivalentTypeArguments Method

Determine if this TupleRef has the same type arguments as the specified TupleRef.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool HasEquivalentTypeArguments(
	TupleRef tupleRef
)

Parameters

tupleRef
Type: Nova.CodeDOMTupleRef

Return Value

Type: Boolean
See Also