Click or drag to resize

Margin2DEquality Operator

Determines whether two Margin2D instances are equal.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool operator ==(
	Margin2D a,
	Margin2D b
)

Parameters

a  Margin2D
The first Margin2D.
b  Margin2D
The second Margin2D.

Return Value

Boolean
true if the instances are equal; otherwise, false.
See Also