TensorStore
tensorstore::Context::Resource<Provider>::operator==
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • C Batch
          • C Transaction
          • C Context
            • Types
              • T ToJsonOptions
              • C Spec
              • C Resource
                • Types
                • Constructors
                • Methods
                • Friend functions
                  • F operator==
            • Constructors
            • Methods
            • Conversion operators
            • Friend functions
            • Related Types
          • C Schema
          • C Spec
          • C TensorStore
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/context.h"
    friend bool tensorstore::Context::Resource<Provider>::operator==(
        
    const Resource& a,
        
    const Resource& b);
    friend bool tensorstore::Context::Resource<Provider>::operator!=(
        
    const Resource& a,
        
    const Resource& b);

    Checks if a and b refer to the same resource or resource spec.