I'm just wondering, is it possible to compare two buffers in Direct X 7? AKA, if the WAV files loaded into both the buffers are the same? Would it be a simple case of this?

Code:
If Buffer1 = Buffer2 then
    Match = True
Else
    Match = False
End If
Does anyone know? Thanks for any help.

-Git