| Vector4Equals 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
)
public:
virtual bool Equals(
Object^ obj
) override sealed
Parameters
- obj
- Type: SystemObject
The object to compare with the current instance.
Return Value
Type:
Booleantrue 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