Equals Method
Equals(CustomXmlPart)
Determines whether the specified CustomXmlPart is equal to the current object.
Declaration
public bool Equals(CustomXmlPart right)
Public Function Equals(right As CustomXmlPart) As Boolean
Parameters
Returns
| Type |
Description |
| bool |
True if the specified CustomXmlPart is equal to the current object; otherwise, false.
|
Implements
Equals(object)
Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides