 | 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
Syntaxpublic override bool Equals(
Object other
)
Request Example
View SourceParameters
- other
- Type: SystemObject
Another object to compare to.
Return Value
Type:
BooleanTrue if obj and this instance are the same type and represent the same value; otherwise, false.
See Also