BlobWriter.ContentEquals(BlobWriter) Method

Definition

Compares the current content of this writer with another one.

public:
 bool ContentEquals(System::Reflection::Metadata::BlobWriter other);
public bool ContentEquals (System.Reflection.Metadata.BlobWriter other);
member this.ContentEquals : System.Reflection.Metadata.BlobWriter -> bool
Public Function ContentEquals (other As BlobWriter) As Boolean

Parameters

other
BlobWriter

Returns

Applies to