Click or drag to resize
XNameUrl. Equals Method
Determines whether the specified Object is equal to this instance.

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Public Overrides Function Equals ( 
	p_Srce As Object
) As Boolean

Parameters

p_Srce
Type: System.Object
The Object to compare with this instance.

Return Value

Type: Boolean
true if the specified Object is equal to this instance; otherwise, false.
See Also