Click or drag to resize

AssociationElementEquals Method (AssociationElement)

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

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool Equals(
	AssociationElement other
)

Parameters

other
Type: ShellBoost.CoreAssociationElement
An object to compare with this object.

Return Value

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

Implements

IEquatableTEquals(T)
See Also