Summary
    Verifies if all the values in Thickness are same
    
		- Namespace
 - MahApps
.Metro .Controls  - Containing Type
 - Utils
 
Syntax
public static bool IsUniform(this Thickness thick)
	Parameters
| Name | Type | Description | 
|---|---|---|
| thick | Thickness | Thickness | 
Return Value
| Type | Description | 
|---|---|
| bool | true if yes, otherwise false | 
