New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.RichTextEditor.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class PixelFormat

Inheritance: objectPixelFormat

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

Operators

Compares two PixelFormat instances for inequality.

C#
public static bool operator !=(PixelFormat left, PixelFormat right)
Parameters:leftPixelFormat

The first PixelFormat to compare.

rightPixelFormat

The second PixelFormat to compare.

Returns:

bool

true if the PixelFormat objects are not equal; otherwise, false.

C#
public static bool operator ==(PixelFormat left, PixelFormat right)
Parameters:leftPixelFormatrightPixelFormatReturns:

bool