PIDLEquals(IntPtr) Method

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

Definition

Namespace: DevCase.Win32.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool Equals(
	IntPtr other
)

Parameters

other  IntPtr
An object to compare with this object.

Return Value

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

Implements

IEquatableTEquals(T)

See Also