PIDLEquals(IntPtr) Method
Indicates whether the current object is equal to another object of the same type.
Namespace: DevCase.Win32.CommonAssembly: 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
)
Public Function Equals (
other As IntPtr
) As Boolean
Dim instance As PIDL
Dim other As IntPtr
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public:
virtual bool Equals(
IntPtr other
) sealed
abstract Equals :
other : IntPtr -> bool
override Equals :
other : IntPtr -> bool
No code example is currently available or this language may not be supported.
- other IntPtr
-
An object to compare with this object.
Boolean if the current object is equal to the
other parameter;
otherwise,
.
IEquatableTEquals(T)