BuildProvider.Equals(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.