Compares two XBlending class instances.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool Compare(
	XBlending b
)

Parameters

b
Type: SGP.XSpace..::.XBlending
The XBlending reference instance.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the instances are equal.

Exceptions

ExceptionCondition
System..::.ArgumentNullException b is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also