XmlCollation.Equals(Object) Method

Definition

Returns true if this XML extension function has the same values as another XML extension function.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

obj
Object

Object with which to determine equality.

Returns

true if this XML extension function has the same values as another XML extension function; otherwise, false.

Applies to