ArgIterator::Equals Method (Object^)

 

This method is not supported, and always throws NotSupportedException.

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

public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System::Object^

An object to be compared to this instance.

Return Value

Type: System::Boolean

This comparison is not supported. No value is returned.

Exception Condition
NotSupportedException

This method is not supported.

.NET Framework
Available since 1.1
Return to top
Show: