RuntimeFieldHandle::Equals Method (Object^)

 

Indicates whether the current instance is equal to the specified object.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare to the current instance.

Return Value

Type: System::Boolean

true if obj is a RuntimeFieldHandle and equal to the value of the current instance; otherwise, false.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: