CppEphem
Functions
CESkyCoord.cpp File Reference
#include "CESkyCoord.h"
Include dependency graph for CESkyCoord.cpp:

Go to the source code of this file.

Functions

bool operator!= (const CESkyCoord &lhs, const CESkyCoord &rhs)
 Compare two coordinate objects. More...
 
bool operator== (const CESkyCoord &lhs, const CESkyCoord &rhs)
 Compare two coordinate objects. More...
 

Function Documentation

◆ operator!=()

bool operator!= ( const CESkyCoord lhs,
const CESkyCoord rhs 
)

Compare two coordinate objects.

Returns
True if two coordinates are NOT equal to each other

Definition at line 1102 of file CESkyCoord.cpp.

◆ operator==()

bool operator== ( const CESkyCoord lhs,
const CESkyCoord rhs 
)

Compare two coordinate objects.

Returns
True if the two coordinates are equal to each other

Definition at line 1074 of file CESkyCoord.cpp.