isSame(scope : LockType) : boolean
    {
        return scope.value.toLowerCase() === this.value.toLowerCase();
    }