This documentation is archived and is not being maintained.

PolicyEnvelope::Equals Method

Compares this PolicyEnvelope with another for equality.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object

Object to compare to.

Return Value

Type: System::Boolean
True if the two objects are equivalent; otherwise, false.

Does not compare the assemblyFile because that is filled on demand and should be constant.

Show: