ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
True, if both instances do not have the same shape.
The operator is an alias for
'Not equal' operator on two instances of Size
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- s1
- Type: ILNumericsSize
The first size object. - s2
- Type: ILNumericsSize
The second size object.
Return Value
Type: BooleanTrue, if both instances do not have the same shape.
Remarks
!s1.Equals(s2)
If either one of s1 or s2 is null, the operator returns false.
[ILNumerics Core Module]
See Also