Array Attributes.Equality Operator
Compares two array attribute values for equality.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the two values are equal; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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 equal; otherwise false.