 | AutoResetStream.Equals 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.4
Syntaxpublic:
virtual bool Equals(
Object^ obj
) override
Parameters
- obj
- Type: System.Object
The object to compare with the current object.
Return Value
Type:
Booleantrue if the specified object is equal to the current object; otherwise,
false.
See Also