Click or drag to resize

RawValueEquals Method (Object)

Determines whether the specified object are equal

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object of type RawValue or byte[] to compare

Return Value

Type: Boolean
True if the specified objects are equal; otherwise, false
See Also