Click or drag to resize

AttachableMemberIdentifierEquals Method (Object)

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

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with the current AttachableMemberIdentifier.

Return Value

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