Click or drag to resize

OnDemandDataFormatEquals Method (OnDemandDataFormat)

Indicates whether the current object is equal to another object of the same type.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool Equals(
	OnDemandDataFormat other
)

Parameters

other
Type: callback.ShellBoost.CoreOnDemandDataFormat
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also