BuildProvider.Equals(Object) Method

Definition

Determines whether the specified build provider object is equal to the current object.

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

Parameters

provider
Object

The build provider object to compare with the current object.

Returns

Boolean

true if the objects are equal; otherwise, false.

Remarks

The serializer uses this method to determine whether the same object already exists in the parent collection and whether it needs to be serialized at a lower level if it is not inherited.

Applies to