Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 711 Bytes

default-type-name-equals-method.md

File metadata and controls

40 lines (26 loc) · 711 Bytes
description title ms.date ms.assetid
Learn more about: default::(type_name)::Equals Method
default::(type_name)::Equals Method
12/30/2016
4450f835-06fc-4758-8d0a-72cf00007873

default::(type_name)::Equals Method

Determines whether the specified object is equal to the current object.

Syntax

bool Equals(
    Object^ obj
)

Parameters

obj
The object to compare.

Return Value

true if the objects are equal, otherwise false.

Requirements

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: default

Header: vccorlib.h

See also

default namespace