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