Array Attributes.Inequality Operator
            
            
            
            
            Compares two array attribute values for inequality.
            
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
true if the two values are not equal; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static bool operator !=(
	ArrayAttributes first,
	ArrayAttributes second
)Parameters
- first ArrayAttributes
 - The first value.
 - second ArrayAttributes
 - The second value.
 
Return Value
Booleantrue if the two values are not equal; otherwise false.