ArrayAttributes.Equality Operator

Compares two array attribute values for equality.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool operator ==(
	ArrayAttributes first,
	ArrayAttributes second
)

Parameters

first  ArrayAttributes
The first value.
second  ArrayAttributes
The second value.

Return Value

Boolean
true if the two values are equal; otherwise false.

See Also