Test whether the two D3DStream objects are the same.

 

   

Syntax
 

[C#]
virtual bool Equals(D3DStream other)

[Visual Basic]
Overridable Function Equals(other As D3DStream) As Boolean

 

   

Params
 
Name Description
other The D3DStream to test against.
return Whether the D3DStream objects are equal.

 

   

Notes
 

Test whether the two D3DStream objects are the same.

 

   

Example
 
None.