Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SupportsPreviewControlAttribute::Equals Method (Object^)

 

Determines whether the specified object represents the same preview attribute setting as the current instance of the SupportsPreviewControlAttribute class.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare with the current instance of SupportsPreviewControlAttribute.

Return Value

Type: System::Boolean

true if obj is a SupportsPreviewControlAttribute attribute and its value is the same as this instance of SupportsPreviewControlAttribute; otherwise, false.

The Equals method overrides the Object::Equals method.

The Equals method compares two instances based on the value of their SupportsPreviewControl properties.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft