 | AutoResetStreamEquals Method |
Determines whether the specified object is equal to the current object.
Namespace:
BionicCode.Utilities.Net.Standard.IO
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.2
Syntaxpublic:
virtual bool Equals(
Object^ obj
) override
Parameters
- obj
- Type: SystemObject
The object to compare with the current object.
Return Value
Type:
Boolean if the specified object is equal to the current object; otherwise,
.
See Also