FolderLevelBuildProvider.Equals(Object) Method

Definition

Returns a value that indicates whether a specified object is equal to the current FolderLevelBuildProvider 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.

Returns

true if the specified folder level build provider object is equal to the current object; otherwise, false.

Applies to