[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns true if 2 classes are assignment compatible.
Namespace: net.esper.util
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function IsAssignmentCompatible ( _
parameterType As Type, _
parameterization As Type _
) As Boolean |
C# |
---|
public static bool IsAssignmentCompatible (
Type parameterType,
Type parameterization
) |
Visual C++ |
---|
public:
static bool IsAssignmentCompatible (
Type^ parameterType,
Type^ parameterization
) |
Parameters
- parameterType
- System.Type
type to assign from
- parameterization
- System.Type
type to assign to
Return Value
true if assignment compatible, false if not