CelestialSphereViewpointOptions.ReferenceEquals(Object) Method

Top 

Description

Returns 1 if the argument refers to the calling object and 0 otherwise.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

CelestialSphereViewpointOptions.ReferenceEquals(

Object object)

 

 

Arguments

object


Description:

The object to test against the calling object.

 

 

 

Return Value

Type:

boolean

 

 

Returns the result of the comparison.

 

Syntax

myVariable1 = myCelestialSphereViewpointOptions1.ReferenceEquals(myObject1);

 

 

See also

CelestialSphereViewpointOptions Object

Celestial Sphere Viewpoints Guide