Compares two array attribute values for inequality.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static bool operator !=(
ArrayAttributes first,
ArrayAttributes second
)
Public Shared Operator <> (
first As ArrayAttributes,
second As ArrayAttributes
) As Boolean
public:
static bool operator !=(
ArrayAttributes first,
ArrayAttributes second
)
static let inline (<>)
first : ArrayAttributes *
second : ArrayAttributes : bool
Parameters
- first
- Type: Extreme.MathematicsArrayAttributes
The first value. - second
- Type: Extreme.MathematicsArrayAttributes
The second value.
Return Value
Type:
Boolean if the two values are not equal; otherwise
.
Numerical Libraries
Supported in: 6.0, 5.x
Reference