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