RuntimeTypeHandle.Equals Method (Object)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Indicates whether the specified object is equal to the current RuntimeTypeHandle structure.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
public override bool Equals(
    Object obj
)

Parameters

Return Value

Type: System..::.Boolean
true if obj is a RuntimeTypeHandle structure and is equal to the value of this instance; otherwise, false.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

RuntimeTypeHandle Structure

Equals Overload

System Namespace