VbPointerTReferenceEquals Method

Determines whether the specified Object instances are the same instance.

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.
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static bool ReferenceEquals(
	Object objA,
	Object objB
)

Parameters

objA  Object
The first object to compare.
objB  Object
The second object to compare.

Return Value

Boolean
if objA is the same instance as objB or if both are ; otherwise, .

See Also