CustomPopupPlacement.Equals(Object) Method

Definition

Compares this structure with another CustomPopupPlacement structure to determine whether they are equal.

public:
 override bool Equals(System::Object ^ o);
public override bool Equals (object o);
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean

Parameters

o
Object

The CustomPopupPlacement structure to compare.

Returns

true if the structures have the same values; otherwise, false.

Applies to

See also