Click or drag to resize
XNameUrlEquals 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 override bool Equals(
	Object p_Srce
)

Parameters

p_Srce
Type: SystemObject
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