DSequenceInequality Operator
Compares two vectors for inequality.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static bool operator !=(
DSequence? left,
DSequence? right
)
- left DSequence
- First sequence operand.
- right DSequence
- Second sequence operand.
Boolean if any pair of corresponding items are not equal.
IEqualityOperatorsTSelf, TOther, TResultInequality(TSelf, TOther)