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