Skip to content

Class StructExtensions

Namespace: Void.Proxy.Api.Extensions
Assembly: Void.Proxy.Api.dll

public static class StructExtensions

Inheritance

objectStructExtensions

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Methods

IsDefault<T>(T)

public static bool IsDefault<T>(this T value) where T : struct

Parameters

value T

Returns

bool

Type Parameters

T