Compares two array attribute values for inequality.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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
.
Reference