ContentLocatorPart.Equals(Object) Methode

Definition

Gibt einen Wert zurück, der angibt, ob ein angegebenes ContentLocatorPart mit diesem ContentLocatorPart identisch ist.

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

Parameter

obj
Object

Das auf Gleichheit zu prüfende Part.

Gibt zurück

Boolean

true, wenn die NameValuePairs in beiden Parts identisch sind, andernfalls false.

Gilt für