Class PixelFormat
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class PixelFormat
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
Operators
Equality(PixelFormat, PixelFormat)
Declaration
public static bool operator ==(PixelFormat left, PixelFormat right)
Parameters
PixelFormat
left
|
PixelFormat
right
|
Returns
System.Boolean
|
Inequality(PixelFormat, PixelFormat)
Compares two System.Windows.Media.PixelFormat instances for inequality.
Declaration
public static bool operator !=(PixelFormat left, PixelFormat right)
Parameters
PixelFormat
left
The first System.Windows.Media.PixelFormat to compare. |
PixelFormat
right
The second System.Windows.Media.PixelFormat to compare. |
Returns
System.Boolean
true if the System.Windows.Media.PixelFormat objects are not equal; otherwise, false. |