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
)
Public Overrides Function Equals (
p_Srce As Object
) As Boolean
Parameters
- p_Srce
- Type: SystemObject
The Object to compare with this instance.
Return Value
Type:
Booleantrue if the specified
Object is equal to this instance; otherwise,
false.
See Also