Click or drag to resize

RectangleFEquality Operator

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool operator ==(
	RectangleF v1,
	RectangleF v2
)

Parameters

v1
Type: NeoAxisRectangleF
v2
Type: NeoAxisRectangleF

Return Value

Type: Boolean
See Also