Test whether the two D3DStream objects are the same.

 

   

Syntax
 

[C#]
virtual bool Equals(D3DStream other)

 

   

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.