Click or drag to resize
ValueWithTypeEquals Method (Object)
Determines whether the specified Object is equal to the current Object.

Namespace: Slash.Serialization
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with the current Object.

Return Value

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