Click or drag to resize

AttachableMemberIdentifierEquals Method (AttachableMemberIdentifier)

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

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Equals(
	AttachableMemberIdentifier other
)

Parameters

other
Type: EtoAttachableMemberIdentifier
The AttachableMemberIdentifier to compare with the current AttachableMemberIdentifier.

Return Value

Type: Boolean
true if the specified AttachableMemberIdentifier is equal to the current AttachableMemberIdentifier; otherwise, false.

Implements

IEquatableTEquals(T)
See Also