VbPointerTEquals Method
Determines whether the specified Object is equal to this instance.
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.
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override bool Equals(
Object obj
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Function Equals (
obj As Object
) As Boolean
Dim instance As VbPointer
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool Equals(
Object^ obj
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract Equals :
obj : Object -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override Equals :
obj : Object -> bool
No code example is currently available or this language may not be supported.
- obj Object
-
The object to compare.
Boolean if the object is considered equal; otherwise,
.