DynamicProgrammingPairwiseAlignerOptScoreCellInequality Operator |
Overrides != Operator.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static bool operator !=(
DynamicProgrammingPairwiseAlignerOptScoreCell cell1,
DynamicProgrammingPairwiseAlignerOptScoreCell cell2
)
Public Shared Operator <> (
cell1 As DynamicProgrammingPairwiseAlignerOptScoreCell,
cell2 As DynamicProgrammingPairwiseAlignerOptScoreCell
) As Boolean
public:
static bool operator !=(
DynamicProgrammingPairwiseAlignerOptScoreCell cell1,
DynamicProgrammingPairwiseAlignerOptScoreCell cell2
)
static let inline (<>)
cell1 : DynamicProgrammingPairwiseAlignerOptScoreCell *
cell2 : DynamicProgrammingPairwiseAlignerOptScoreCell : bool
Parameters
- cell1
- Type: Bio.Algorithms.AlignmentDynamicProgrammingPairwiseAlignerOptScoreCell
First cell. - cell2
- Type: Bio.Algorithms.AlignmentDynamicProgrammingPairwiseAlignerOptScoreCell
Second cell.
Return Value
Type:
BooleanResult of comparison.
See Also