Click or drag to resize

Vector2Equals Method (Object)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Indicates whether this instance and a specified object are equal.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public override bool Equals(
	Object other
)
Request Example View Source

Parameters

other
Type: SystemObject
Another object to compare to.

Return Value

Type: Boolean
True if obj and this instance are the same type and represent the same value; otherwise, false.
See Also