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 protected bool HasEquivalentTypeArguments(
TupleRef tupleRef
)
Parameters
- tupleRef
- Type: Nova.CodeDOMTupleRef
Return Value
Type:
BooleanSee Also