CellRangeInequality
Operator
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static bool operator !=(
CellRange t1,
CellRange t2
)
Public Shared Operator <> (
t1 As CellRange,
t2 As CellRange
) As Boolean
public:
static bool operator !=(
CellRange^ t1,
CellRange^ t2
)
static let inline (<>)
t1 : CellRange *
t2 : CellRange : bool
Parameters
- t1 CellRange
-
- t2 CellRange
-
Return Value
Boolean
See Also