Returns .true. if observations or observation views are equal.
Returns .true. if given observations are equal.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(observ_type), | intent(in) | :: | observ1 | 
 The first observation.  | 
        ||
| type(observ_type), | intent(in) | :: | observ2 | 
 The second observation.  | 
        
Returns .true. if given observation views are equal.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(observ_view_type), | intent(in) | :: | view1 | 
 The first observation view.  | 
        ||
| type(observ_view_type), | intent(in) | :: | view2 | 
 The second observation view.  |