Check the two Column Definition is compatible or not

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public virtual bool Compatible(
	ColumnInfo other
)
Visual Basic
Public Overridable Function Compatible ( _
	other As ColumnInfo _
) As Boolean
Visual C++
public:
virtual bool Compatible(
	ColumnInfo^ other
)

Parameters

other
Type: ScopeRuntime..::..ColumnInfo

[Missing <param name="other"/> documentation for "M:ScopeRuntime.ColumnInfo.Compatible(ScopeRuntime.ColumnInfo)"]

Return Value

[Missing <returns> documentation for "M:ScopeRuntime.ColumnInfo.Compatible(ScopeRuntime.ColumnInfo)"]

See Also