Click or drag to resize

Point2DEquals(Object) Method

Specifies whether this point contains the same coordinates as the specified object.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to test.

Return Value

Boolean
True if obj is a Point2D and has the same coordinates as this Point2D.
See Also