Indicates whether the current object is equal to another object of the same type.

Namespace:  Rebex.IO.FileSystem
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function Equals ( _
	other As NodeContentParameters _
) As Boolean
C#
public bool Equals(
	NodeContentParameters other
)

Parameters

other
Type: Rebex.IO.FileSystem..::..NodeContentParameters
An object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also