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

Namespace: Slash.Serialization
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
protected bool Equals(
	ValueWithType other
)

Parameters

other
Type: Slash.SerializationValueWithType
The ValueWithType to compare with the current ValueWithType.

Return Value

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