Partager via


WindowsRuntimeBufferExtensions.IsSameData(IBuffer, IBuffer) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Retourne une valeur qui indique si deux mémoires tampons (objets Windows.Storage.Streams.IBuffer) représentent la même zone de mémoire sous-jacente.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsSameData(Windows::Storage::Streams::IBuffer ^ buffer, Windows::Storage::Streams::IBuffer ^ otherBuffer);
[System.CLSCompliant(false)]
public static bool IsSameData (this Windows.Storage.Streams.IBuffer buffer, Windows.Storage.Streams.IBuffer otherBuffer);
[<System.CLSCompliant(false)>]
static member IsSameData : Windows.Storage.Streams.IBuffer * Windows.Storage.Streams.IBuffer -> bool
<Extension()>
Public Function IsSameData (buffer As IBuffer, otherBuffer As IBuffer) As Boolean

Paramètres

buffer
IBuffer

Première mémoire tampon.

otherBuffer
IBuffer

Deuxième mémoire tampon.

Retours

true si les zones de mémoire représentées par les deux mémoires tampons ont le même point de départ ; sinon, false.

Attributs

S’applique à