Table of Contents

Method BitwiseAllEqualTo

Namespace
PaintDotNet
Assembly
PaintDotNet.Fundamentals.dll

BitwiseAllEqualTo<T>(T*, T, int)

public static bool BitwiseAllEqualTo<T>(T* pBuffer, T compare, int elementCount) where T : unmanaged

Parameters

pBuffer T*
compare T
elementCount int

Returns

bool

Type Parameters

T

BitwiseAllEqualTo<T>(T*, T, uint)

public static bool BitwiseAllEqualTo<T>(T* pBuffer, T compare, uint elementCount) where T : unmanaged

Parameters

pBuffer T*
compare T
elementCount uint

Returns

bool

Type Parameters

T

BitwiseAllEqualTo<T>(T*, T, long)

public static bool BitwiseAllEqualTo<T>(T* pBuffer, T compare, long elementCount) where T : unmanaged

Parameters

pBuffer T*
compare T
elementCount long

Returns

bool

Type Parameters

T

BitwiseAllEqualTo<T>(T*, T, ulong)

public static bool BitwiseAllEqualTo<T>(T* pBuffer, T compare, ulong elementCount) where T : unmanaged

Parameters

pBuffer T*
compare T
elementCount ulong

Returns

bool

Type Parameters

T