Click or drag to resize

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
Syntax
public override bool Equals(
	Object obj
)

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
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md