TensorStore
tensorstore::Context::Resource<Provider>::operator==
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
            • Types
              • TToJsonOptions
              • CSpec
              • CResource
                • Types
                • Constructors
                • Methods
                • Friend functions
                  • Foperator==
            • Constructors
            • Methods
            • Conversion operators
            • Friend functions
            • Related Types
          • CSchema
          • CSpec
          • CTensorStore
        • 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.

    Back to top
    Previous tensorstore::Context::Resource<Provider>::StripContext
    Next tensorstore::Context::Context[null]