BlobContentId.Equality(BlobContentId, BlobContentId) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool operator ==(System::Reflection::Metadata::BlobContentId left, System::Reflection::Metadata::BlobContentId right);
public static bool operator == (System.Reflection.Metadata.BlobContentId left, System.Reflection.Metadata.BlobContentId right);
static member ( = ) : System.Reflection.Metadata.BlobContentId * System.Reflection.Metadata.BlobContentId -> bool
Public Shared Operator == (left As BlobContentId, right As BlobContentId) As Boolean
Parameters
- left
- BlobContentId
- right
- BlobContentId
Returns
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.