- ←Prev
- AST
A Library for Handling
World Coordinate Systems
in Astronomy - Next→
- TOC ↑
Description:
This function returns
a logical result to indicate whether two pointers refer to the same
Object.
Invocation
RESULT =
AST_SAME( THIS, THAT, STATUS )
Arguments
THIS = INTEGER (Given)
Pointer to the first
Object.
THAT = INTEGER (Given)
Pointer to the second Object.
STATUS = INTEGER (Given and
Returned)
The global status.
Applicability
Object
This routine applies to all Objects.
Returned
Value
AST_SAME = LOGICAL
.TRUE. if the two pointers refer to the same Object, otherwise
.FALSE.
Notes:
-
Two independent Objects that happen to be identical are not considered to be the same Object by this
function.
-
A value of .FALSE. will be returned if this function is invoked with STATUS set to an error value, or if
it should fail for any reason.
Copyright (C) 2014 Science & Technology Facilities Council
- ←Prev
- AST
A Library for Handling
World
Coordinate Systems
in Astronomy - Next→
- TOC ↑