IdGuidListEquals(IdGuidList) Method

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

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public bool Equals(
	IdGuidList item
)

Parameters

item  IdGuidList

[Missing <param name="item"/> documentation for "M:Karamba.Utilities.IdGuidList.Equals(Karamba.Utilities.IdGuidList)"]

Return Value

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

Implements

IEquatableTEquals(T)

See Also