BufferEquals Method (Object) |
Returns true if the two buffers have the same content.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The buffer to compare.
Return Value
Type:
BooleanTrue if the two buffers have the same content.
See Also