Click or drag to resize

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

Parameters

obj
Type: System.Object
The object to compare with the current object.

Return Value

Type: Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md