| RenderPointOfViewEquals Method (RenderPointOfView) |
Tells if the two point of view are equals.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public bool Equals(
RenderPointOfView other
)
public:
bool Equals(
RenderPointOfView other
)
Parameters
- other
- Type: Lumiscaphe.Workshop.InteropRenderPointOfView
The point of view to compare.
Return Value
Type:
Booleantrue if the two point of views are equal; otherwise,
false.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also