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