Class IsUtility
Namespace: Ludiq.Bolt
Syntax
public static class IsUtility
Methods
Is(Object, HybridType, out Object)
Declaration
public static bool Is(object original, HybridType type, out object converted)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | original | |
| HybridType | type | |
| Object | converted |
Returns
| Type | Description |
|---|---|
| Boolean |
Is<TO, TC>(TO, out TC)
Declaration
public static bool Is<TO, TC>(this TO original, out TC converted)
Parameters
| Type | Name | Description |
|---|---|---|
| TO | original | |
| TC | converted |
Returns
| Type | Description |
|---|---|
| Boolean |
Type Parameters
| Name | Description |
|---|---|
| TO | |
| TC |