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

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
C#
public override bool Equals(
	Object obj
)

Parameters

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

Return Value

trueTruetruetrue (True in Visual Basic) if the specified ContentLocation is equal to the current ContentLocation; otherwise, falseFalsefalsefalse (False in Visual Basic).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also