DelegatingStream.Equals Method (original) (raw)

DelegatingStreamEquals Method

Determines whether the specified object is equal to the current object.

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public override bool Equals( Object obj )

Public Overrides Function Equals ( obj As Object ) As Boolean

abstract Equals : obj : Object -> bool override Equals : obj : Object -> bool

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

Reference