Click or drag to resize

IntPointEquality Operator

[Missing <summary> documentation for "M:ClipperLib.IntPoint.op_Equality(ClipperLib.IntPoint,ClipperLib.IntPoint)"]

Namespace:  ClipperLib
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool operator ==(
	IntPoint a,
	IntPoint b
)

Parameters

a
Type: ClipperLibIntPoint

[Missing <param name="a"/> documentation for "M:ClipperLib.IntPoint.op_Equality(ClipperLib.IntPoint,ClipperLib.IntPoint)"]

b
Type: ClipperLibIntPoint

[Missing <param name="b"/> documentation for "M:ClipperLib.IntPoint.op_Equality(ClipperLib.IntPoint,ClipperLib.IntPoint)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ClipperLib.IntPoint.op_Equality(ClipperLib.IntPoint,ClipperLib.IntPoint)"]

See Also