Click or drag to resize
XPointLessThan Operator
Implements the operator <.

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool operator <(
	XPoint p_A,
	XPoint p_B
)

Parameters

p_A
Type: Biolomics.SharedClassesXPoint
The a.
p_B
Type: Biolomics.SharedClassesXPoint
The b.

Return Value

Type: Boolean
The result of the operator.
See Also