Returns a value indicating whether this instance is equal to the specified Allocation instance.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

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

Parameters

other
Type: DlhSoft.Windows.Data..::.Allocation
An Allocation to compare to this instance.

Return Value

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

Implements

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

See Also