Click or drag to resize

Vector2Equals Method

Indicates whether this instance and a specified object are equal.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public override sealed bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current instance.

Return Value

Type: Boolean
true if obj and this instance are the same type and represent the same value; otherwise, false.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also